Set $green on refresh button (leaf theme)
This commit is contained in:
parent
01f8437b2f
commit
51cc7484a0
3 changed files with 10 additions and 2 deletions
|
@ -64,6 +64,11 @@
|
|||
cursor: pointer;
|
||||
}
|
||||
|
||||
.content .row .shape.refresh {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
}
|
||||
|
||||
.justify-end {
|
||||
justify-content: flex-end !important;
|
||||
}
|
||||
|
|
|
@ -27,4 +27,9 @@
|
|||
stroke-width: 5;
|
||||
}
|
||||
}
|
||||
|
||||
.row .shape.refresh {
|
||||
background: unset;
|
||||
fill: $green;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -25,8 +25,6 @@
|
|||
}
|
||||
|
||||
.row .shape.refresh {
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
background: unset;
|
||||
fill: $gold;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue