0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 00:58:26 -05:00

Minor style improvements.

This commit is contained in:
Andrey Antukh 2016-05-18 21:45:51 +03:00
parent 25eff6a0a7
commit e39f9767be
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -33,6 +33,10 @@
.inputs-area {
display: flex;
justify-content: space-around;
> input {
width: 50%;
}
}
/* Default skin */
@ -110,6 +114,10 @@
border-radius: 4px;
background-color: white;
}
.inputs-area {
width: 170px;
}
}
}
@ -142,9 +150,10 @@
border-radius: $br-small;
display: flex;
flex-direction: column;
left: 0;
left: 1400px;
top: 100px;
padding: $small;
position: absolute;
top: -20px;
z-index: 11;
width: 210px;
}