0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 17:18:21 -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 { .inputs-area {
display: flex; display: flex;
justify-content: space-around; justify-content: space-around;
> input {
width: 50%;
}
} }
/* Default skin */ /* Default skin */
@ -110,6 +114,10 @@
border-radius: 4px; border-radius: 4px;
background-color: white; background-color: white;
} }
.inputs-area {
width: 170px;
}
} }
} }
@ -142,9 +150,10 @@
border-radius: $br-small; border-radius: $br-small;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
left: 0; left: 1400px;
top: 100px;
padding: $small; padding: $small;
position: absolute; position: absolute;
top: -20px;
z-index: 11; z-index: 11;
width: 210px;
} }