0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-11 23:31:21 -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 {
border: 1px solid $color-gray-30;
margin: $small $small 0 $small;
padding: $x-small;
padding: $x-small $small;
display: flex;
align-items: center;

View file

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

View file

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