0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-10 08:50:57 -05:00

WIP ui grid changes

This commit is contained in:
elhombretecla 2020-10-19 14:07:59 +02:00
parent 80c1382593
commit 49e678340b
4 changed files with 7 additions and 10 deletions

View file

@ -10,7 +10,7 @@
.dashboard-sidebar {
&.settings {
.back-to-dashboard {
padding: 18px;
padding: 12px 18px;
font-size: $fs14;
cursor: pointer;
display: flex;

View file

@ -41,10 +41,6 @@
z-index: 12;
max-height: 30rem;
min-width: 189px;
li {
height: 35px;
}
}
.options-dropdown {
@ -370,7 +366,7 @@
@include text-ellipsis;
color: $color-black;
margin: 10px 5px;
font-size: $fs12;
font-size: $fs14;
max-width: 135px;
}
@ -390,7 +386,8 @@
@include animation(0,.2s,fadeInUp);
li {
font-size: $fs12;
height: 40px;
font-size: $fs14;
padding: 5px 10px;
svg {

View file

@ -16,8 +16,8 @@
align-items: center;
color: $color-gray-60;
cursor: pointer;
font-size: $fs12;
height: 31px;
font-size: $fs14;
height: 40px;
padding: 5px 16px;
&.title {

View file

@ -62,7 +62,7 @@ textarea {
}
h2 {
font-size: $fs14;
font-size: $fs24;
color: $color-gray-60;
// height: 40px;
display: flex;