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