9 lines
197 B
SCSS
9 lines
197 B
SCSS
.bluetooth {
|
|
.revealer-preview {
|
|
background-color: $color4;
|
|
border-radius: $bar-module-border-radius - 4;
|
|
}
|
|
margin: 0px 10px;
|
|
$module-color: $color4;
|
|
@import "./revealer.scss";
|
|
}
|