6 lines
142 B
SCSS
6 lines
142 B
SCSS
//background-color: blue;
|
|
.revealer-on-hover>widget>box>box>* {
|
|
padding: 0px 5px;
|
|
min-width: $bar-module-width;
|
|
transition: all 0.3s;
|
|
}
|