nixos-configs/nixosModules/ags/v2/widgets/screenshot/style.scss

26 lines
405 B
SCSS
Raw Normal View History

2024-10-28 14:45:10 -04:00
.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;
}
}
}
}