New backup 2025-09-02 16:15:02

This commit is contained in:
Penelope Gwen 2025-09-02 16:15:02 -07:00
parent ab426bfa75
commit 57a529c5eb
2 changed files with 19 additions and 7 deletions

View file

@ -1,9 +1,9 @@
.bluetooth { .bluetooth {
.revealer-preview { // .revealer-preview {
background-color: $color4; // background-color: $color4;
border-radius: $bar-module-border-radius - 4; // border-radius: $bar-module-border-radius - 4;
} // }
margin: 0px 10px; margin: 0px 5px;
$module-color: $color4; $module-color: $color4;
@import "./revealer.scss"; @import "./revealer.scss";
} }

View file

@ -1,11 +1,23 @@
//background-color: blue; //background-color: blue;
&.revealer-on-hover {
border: 2px solid $module-color;
border-radius: $bar-module-border-radius;//
}
.revealer-preview { .revealer-preview {
padding: 0px 5px;
background-color: $module-color; background-color: $module-color;
// border: 2px solid $module-color;
border-radius: $bar-module-border-radius - 4; border-radius: $bar-module-border-radius - 4;
} }
&.true .revealer-preview {
border-radius: $bar-module-border-radius - 4 0 0 $bar-module-border-radius - 4;
}
//&.false {
// color: red;
//}
.reveal-children>* { .reveal-children>* {
border: 2px solid $module-color; border-left: 2px solid $module-color;
background-color: $module-color; // background-color: $module-color;
} }
//.revealer-on-hover>widget>box>box>* { //.revealer-on-hover>widget>box>box>* {
// //