2024-10-31 15:35:03 -04:00
|
|
|
@use '../../style/colors' as colors;
|
|
|
|
|
2024-10-28 14:45:10 -04:00
|
|
|
.screenshot {
|
|
|
|
font-size: 30px;
|
|
|
|
|
|
|
|
.header {
|
|
|
|
.header-btn {
|
|
|
|
margin: 5px;
|
|
|
|
transition: background 400ms;
|
|
|
|
|
|
|
|
&.active {
|
2024-10-31 15:35:03 -04:00
|
|
|
background: colors.$window_bg_color;
|
2024-10-28 14:45:10 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
scrollable {
|
|
|
|
margin: 5px;
|
|
|
|
min-height: 400px;
|
|
|
|
|
|
|
|
box {
|
|
|
|
.item-btn {
|
|
|
|
margin: 3px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|