0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-10 09:08:31 -05:00

Add sidebar styles quick fixes

This commit is contained in:
Juan de la Cruz 2020-04-28 22:13:18 +02:00
parent cc5d0b8fbf
commit db4e0fc314
3 changed files with 13 additions and 5 deletions

View file

@ -165,10 +165,14 @@
font-size: $fs13;
&:focus {
border-color: $color-primary;
border-color: $color-primary !important;
color: $color-white;
}
&:hover {
border-color: $color-gray-20;
}
&:invalid {
border-color: $color-danger;
}

View file

@ -196,7 +196,11 @@
&:focus {
color: lighten($color-gray-10, 8%);
border-color: $color-primary;
border-color: $color-primary !important;
}
&:hover {
border-color: $color-gray-40;
}
}

View file

@ -36,11 +36,11 @@
}
&[data-layout*='layers'][data-layout*='sitemap-pages'] {
grid-template-rows: 12rem 1fr;
grid-template-rows: 11.5rem 1fr;
}
&[data-layout*='libraries'][data-layout*='sitemap-pages'] {
grid-template-rows: 12rem 1fr;
grid-template-rows: 11.5rem 1fr;
}
&[data-layout*='layers'][data-layout*='libraries'] {
@ -48,7 +48,7 @@
}
&[data-layout*='layers'][data-layout*='libraries'][data-layout*='sitemap-pages'] {
grid-template-rows: 12rem 25% 1fr;
grid-template-rows: 11.5rem 25% 1fr;
}