26 lines
405 B
SCSS
26 lines
405 B
SCSS
|
.screenshot {
|
||
|
font-size: 30px;
|
||
|
|
||
|
.header {
|
||
|
.header-btn {
|
||
|
margin: 5px;
|
||
|
transition: background 400ms;
|
||
|
|
||
|
&.active {
|
||
|
background: $window_bg_color;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
scrollable {
|
||
|
margin: 5px;
|
||
|
min-height: 400px;
|
||
|
|
||
|
box {
|
||
|
.item-btn {
|
||
|
margin: 3px;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|