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

77 lines
1.4 KiB
SCSS
Raw Normal View History

2024-05-05 22:43:03 -04:00
.screenshot {
2024-07-24 11:45:28 -04:00
background-color: $bg;
color: $fg;
border: 2px solid $contrast-bg;
border-radius: 25px;
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
label {
font-size: 20pt;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
.header {
border-bottom: 2px solid $contrast-bg;
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
.header-btn {
transition: 200ms;
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:hover,
&.active {
background-color: rgba(23, 23, 23, 0.7);
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
image {
-gtk-icon-shadow: 1px 1px $contrast-bg;
}
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
label {
margin: 10px;
font-weight: bold;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
image {
font-size: 30px;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:first-child {
border-top-left-radius: 25px;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:last-child {
border-top-right-radius: 25px;
}
}
2024-05-05 22:43:03 -04:00
}
2024-07-24 11:45:28 -04:00
scrolledwindow {
min-height: 400px;
min-width: 800px;
padding: 0 10px;
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
box {
.item-btn {
transition: 200ms;
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:hover {
background-color: rgba(23, 23, 23, 0.7);
}
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
label {
padding: 5px;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
image {
font-size: 30px;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:first-child label {
padding-top: 10px;
}
2024-05-05 22:43:03 -04:00
2024-07-24 11:45:28 -04:00
&:last-child label {
padding-bottom: 10px;
}
}
2024-05-05 22:43:03 -04:00
}
}