✨ eww: add new tiles to control-center, new notification popup, new styles for a lot of widgets
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user