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 {
|
||||
// border: 2px solid $bar-bg-color;
|
||||
border: 2px solid $module-color;
|
||||
border-radius: $bar-module-border-radius;//
|
||||
}
|
||||
|
@ -7,22 +8,28 @@
|
|||
padding: 0px 7px;
|
||||
min-width: $bar-module-width;
|
||||
transition: all 0.3s;
|
||||
background: linear-gradient($bar-bg-color 65%, $module-color);
|
||||
}
|
||||
.revealer-preview {
|
||||
box-shadow: inset 0px -8px 2px -8px $module-color;
|
||||
background-color: $bar-bg-color;
|
||||
border-radius: $bar-module-border-radius - 4;
|
||||
// box-shadow: inset 0px -7px 9px -4px rgba($module-color,0.4);
|
||||
// background-color: $bar-bg-color;
|
||||
border-radius: $bar-module-border-radius - 2;
|
||||
}
|
||||
&.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>* {
|
||||
border-left: 2px solid $module-color;
|
||||
&.active {
|
||||
background-color: rgba($module-color,0.5);
|
||||
}
|
||||
&:hover {
|
||||
background-color: rgba($module-color,0.5);
|
||||
.reveal-children {
|
||||
>* {
|
||||
border-left: 2px solid $module-color;
|
||||
&.active {
|
||||
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