15 lines
355 B
SCSS
15 lines
355 B
SCSS
//background-color: blue;
|
|
.revealer-preview {
|
|
background-color: $module-color;
|
|
border-radius: $bar-module-border-radius - 4;
|
|
}
|
|
.reveal-children>* {
|
|
border: 2px solid $module-color;
|
|
background-color: $module-color;
|
|
}
|
|
//.revealer-on-hover>widget>box>box>* {
|
|
//
|
|
// padding: 0px 5px;
|
|
// min-width: $bar-module-width;
|
|
// transition: all 0.3s;
|
|
//}
|