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:
parent
6f9cf454a2
commit
619e51d258
3 changed files with 7 additions and 2 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Reference in a new issue