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

28 lines
440 B
SCSS
Raw Permalink Normal View History

@use '../../style/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;
}
}
}
}