New backup 2025-03-12 15:45:02
This commit is contained in:
parent
a06a7b5cbe
commit
2cc8708253
2 changed files with 7 additions and 2 deletions
|
@ -50,9 +50,14 @@ circular-progress {
|
||||||
// margin: 10px 0px;
|
// margin: 10px 0px;
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*,
|
.revealer-on-hover>widget>box>box>*,
|
||||||
.reveal_children>* {
|
.reveal_children>*,
|
||||||
|
.reveal_children>widget>image {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
min-width: 25px;
|
min-width: 25px;
|
||||||
|
&:hover {
|
||||||
|
background-color: rgba($color1,0.5);
|
||||||
|
}
|
||||||
|
// background-color: rgba($color1,0.5);
|
||||||
}
|
}
|
||||||
.revealer-on-hover>widget>box>box>*{
|
.revealer-on-hover>widget>box>box>*{
|
||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
|
|
|
@ -14,6 +14,6 @@
|
||||||
:orientation "h"
|
:orientation "h"
|
||||||
:class "reveal_children"
|
:class "reveal_children"
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
:spacing 10
|
:spacing 0
|
||||||
:icon-size 20
|
:icon-size 20
|
||||||
:prepend-new true)))
|
:prepend-new true)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue