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