nixos-configs/nixosModules/ags/config/scss/binto-widgets/osd.scss

41 lines
738 B
SCSS
Raw Normal View History

2024-03-21 22:16:55 -04:00
.osd {
2024-07-24 11:45:28 -04:00
padding: 12px 20px;
background: rgba(40, 42, 54, 0.8);
border: 2px solid $contrast-bg;
2024-03-21 22:16:55 -04:00
2024-07-24 11:45:28 -04:00
label {
min-width: 170px;
}
progressbar:disabled {
opacity: 0.5;
}
2024-03-21 22:16:55 -04:00
2024-07-24 11:45:28 -04:00
progressbar {
min-height: 6px;
min-width: 170px;
border-radius: 999px;
background: transparent;
border: none;
2024-03-21 22:16:55 -04:00
2024-07-24 11:45:28 -04:00
trough {
background: #363847;
min-height: inherit;
border: none;
}
2024-03-21 22:16:55 -04:00
2024-07-24 11:45:28 -04:00
progress {
background: #79659f;
min-height: inherit;
border: none;
}
2024-03-21 22:16:55 -04:00
}
2024-07-24 11:45:28 -04:00
image {
font-size: 2rem;
color: white;
margin-left: -0.4rem;
margin-right: 0.8rem;
2024-03-21 22:16:55 -04:00
}
}