New backup 2025-09-04 10:15:02
This commit is contained in:
parent
8ccb232bd0
commit
8c18e0f168
1 changed files with 18 additions and 11 deletions
|
@ -1,4 +1,5 @@
|
||||||
&.revealer-on-hover {
|
&.revealer-on-hover {
|
||||||
|
// border: 2px solid $bar-bg-color;
|
||||||
border: 2px solid $module-color;
|
border: 2px solid $module-color;
|
||||||
border-radius: $bar-module-border-radius;//
|
border-radius: $bar-module-border-radius;//
|
||||||
}
|
}
|
||||||
|
@ -7,22 +8,28 @@
|
||||||
padding: 0px 7px;
|
padding: 0px 7px;
|
||||||
min-width: $bar-module-width;
|
min-width: $bar-module-width;
|
||||||
transition: all 0.3s;
|
transition: all 0.3s;
|
||||||
|
background: linear-gradient($bar-bg-color 65%, $module-color);
|
||||||
}
|
}
|
||||||
.revealer-preview {
|
.revealer-preview {
|
||||||
box-shadow: inset 0px -8px 2px -8px $module-color;
|
// box-shadow: inset 0px -7px 9px -4px rgba($module-color,0.4);
|
||||||
background-color: $bar-bg-color;
|
// background-color: $bar-bg-color;
|
||||||
border-radius: $bar-module-border-radius - 4;
|
border-radius: $bar-module-border-radius - 2;
|
||||||
}
|
}
|
||||||
&.true .revealer-preview {
|
&.true .revealer-preview {
|
||||||
border-radius: $bar-module-border-radius - 4 0 0 $bar-module-border-radius - 4;
|
border-radius: $bar-module-border-radius - 2 0 0 $bar-module-border-radius - 2;
|
||||||
}
|
}
|
||||||
.reveal-children>* {
|
.reveal-children {
|
||||||
border-left: 2px solid $module-color;
|
>* {
|
||||||
&.active {
|
border-left: 2px solid $module-color;
|
||||||
background-color: rgba($module-color,0.5);
|
&.active {
|
||||||
}
|
background-color: rgba($module-color,0.5);
|
||||||
&:hover {
|
}
|
||||||
background-color: rgba($module-color,0.5);
|
&:hover {
|
||||||
|
background-color: rgba($module-color,0.5);
|
||||||
|
}
|
||||||
|
&:last-child {
|
||||||
|
border-radius: 0 $bar-module-border-radius - 2 $bar-module-border-radius - 2 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue