nixos-configs/nixosModules/ags-v2/config/widgets/screenshot/_index.scss

28 lines
450 B
SCSS
Raw Normal View History

@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 {
background: colors.$window_bg_color;
2024-10-28 14:45:10 -04:00
}
}
}
scrollable {
margin: 5px;
min-height: 400px;
box {
.item-btn {
margin: 3px;
}
}
}
}