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:
parent
6f9cf454a2
commit
619e51d258
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -209,6 +209,11 @@
|
|||
.label { color: $color-danger; }
|
||||
.icon svg { fill: $color-danger; }
|
||||
}
|
||||
|
||||
&.pending {
|
||||
.label { color: $color-warning; }
|
||||
.icon svg { fill: $color-warning; }
|
||||
}
|
||||
}
|
||||
|
||||
.icon {
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
position: fixed;
|
||||
right: calc(#{$width-settings-bar} + 10px);
|
||||
text-align: center;
|
||||
width: 100px;
|
||||
width: 110px;
|
||||
padding-bottom: 2px;
|
||||
|
||||
span {
|
||||
|
|
Loading…
Add table
Reference in a new issue