eww: add new tiles to control-center, new notification popup, new styles for a lot of widgets

This commit is contained in:
retrozinndev
2025-01-07 16:26:20 -03:00
parent 435b222e03
commit c505ecf4cf
43 changed files with 802 additions and 319 deletions
+13 -6
View File
@@ -4,31 +4,38 @@
background: rgba($background, 0.6);
border-radius: 16px;
& > label.calendar-header {
font-size: 15px;
& > .time {
font-size: 42px;
font-weight: 700;
}
& > .date {
font-size: 12px;
font-weight: 600;
margin-bottom: 8px;
}
.month-calendar {
& > * {
background: lighten($color: $background, $amount: 2);
}
border-radius: 12px;
padding: 0 5px;
padding-top: 10px;
font-weight: 500;
& > .header {
background: unset;
border-radius: 6px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
border-bottom: solid .5px gray;
}
&:hover {
background: $color2;
}
// Selected day / Current day
&:selected {
background: darken($color: $color1, $amount: 20);
border: 1px solid $color2;
}
}
}