18 lines
191 B
SCSS
18 lines
191 B
SCSS
|
@import 'vars';
|
||
|
|
||
|
.expander {
|
||
|
& > .expander-header {
|
||
|
& > label {
|
||
|
font-size: large;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
& > revealer > box {
|
||
|
& > .koto-button {
|
||
|
&, & > box {
|
||
|
min-height: 40px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|