27 lines
440 B
SCSS
27 lines
440 B
SCSS
@use '../../style/colors';
|
|
|
|
.screenshot {
|
|
font-size: 30px;
|
|
|
|
.header {
|
|
.header-btn {
|
|
margin: 5px;
|
|
transition: background 400ms;
|
|
|
|
&.active {
|
|
background: colors.$window_bg_color;
|
|
}
|
|
}
|
|
}
|
|
|
|
scrollable {
|
|
margin: 5px;
|
|
min-height: 400px;
|
|
|
|
box {
|
|
.item-btn {
|
|
margin: 3px;
|
|
}
|
|
}
|
|
}
|
|
}
|