mirror of
https://github.com/penpot/penpot.git
synced 2025-02-10 17:18:21 -05:00
Add sidebar styles quick fixes
This commit is contained in:
parent
cc5d0b8fbf
commit
db4e0fc314
3 changed files with 13 additions and 5 deletions
|
@ -165,10 +165,14 @@
|
||||||
font-size: $fs13;
|
font-size: $fs13;
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
border-color: $color-primary;
|
border-color: $color-primary !important;
|
||||||
color: $color-white;
|
color: $color-white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: $color-gray-20;
|
||||||
|
}
|
||||||
|
|
||||||
&:invalid {
|
&:invalid {
|
||||||
border-color: $color-danger;
|
border-color: $color-danger;
|
||||||
}
|
}
|
||||||
|
|
|
@ -196,7 +196,11 @@
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
color: lighten($color-gray-10, 8%);
|
color: lighten($color-gray-10, 8%);
|
||||||
border-color: $color-primary;
|
border-color: $color-primary !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
border-color: $color-gray-40;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,11 +36,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-layout*='layers'][data-layout*='sitemap-pages'] {
|
&[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'] {
|
&[data-layout*='libraries'][data-layout*='sitemap-pages'] {
|
||||||
grid-template-rows: 12rem 1fr;
|
grid-template-rows: 11.5rem 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-layout*='layers'][data-layout*='libraries'] {
|
&[data-layout*='layers'][data-layout*='libraries'] {
|
||||||
|
@ -48,7 +48,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&[data-layout*='layers'][data-layout*='libraries'][data-layout*='sitemap-pages'] {
|
&[data-layout*='layers'][data-layout*='libraries'][data-layout*='sitemap-pages'] {
|
||||||
grid-template-rows: 12rem 25% 1fr;
|
grid-template-rows: 11.5rem 25% 1fr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue