0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 15:51:37 -05:00

🎉 Change status new style.

This commit is contained in:
elhombretecla 2020-11-13 13:31:35 +01:00 committed by Andrey Antukh
parent 6f9cf454a2
commit 619e51d258
3 changed files with 7 additions and 2 deletions

View file

@ -44,7 +44,7 @@
.search-block { .search-block {
border: 1px solid $color-gray-30; border: 1px solid $color-gray-30;
margin: $small $small 0 $small; margin: $small $small 0 $small;
padding: $x-small; padding: $x-small $small;
display: flex; display: flex;
align-items: center; align-items: center;

View file

@ -209,6 +209,11 @@
.label { color: $color-danger; } .label { color: $color-danger; }
.icon svg { fill: $color-danger; } .icon svg { fill: $color-danger; }
} }
&.pending {
.label { color: $color-warning; }
.icon svg { fill: $color-warning; }
}
} }
.icon { .icon {

View file

@ -99,7 +99,7 @@
position: fixed; position: fixed;
right: calc(#{$width-settings-bar} + 10px); right: calc(#{$width-settings-bar} + 10px);
text-align: center; text-align: center;
width: 100px; width: 110px;
padding-bottom: 2px; padding-bottom: 2px;
span { span {