✨ eww(calendar, volume-control, floating-media): changed some stuff lol
This commit is contained in:
@@ -1,19 +1,23 @@
|
||||
|
||||
.calendar-box {
|
||||
padding: 12px;
|
||||
padding: 10px;
|
||||
background: rgba($background, 0.6);
|
||||
border-radius: 16px;
|
||||
|
||||
& > label.calendar-header {
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.month-calendar {
|
||||
transition: all 120ms linear;
|
||||
border-radius: 8px;
|
||||
padding: 6px;
|
||||
font-weight: 600;
|
||||
& > * {
|
||||
background: lighten($color: $background, $amount: 2);
|
||||
}
|
||||
border-radius: 12px;
|
||||
padding: 0 5px;
|
||||
padding-top: 10px;
|
||||
font-weight: 500;
|
||||
|
||||
& > .header {
|
||||
border-radius: 6px;
|
||||
@@ -24,7 +28,7 @@
|
||||
|
||||
// Selected day / Current day
|
||||
&:selected {
|
||||
background: darken($color: $color3, $amount: 20);
|
||||
background: darken($color: $color1, $amount: 20);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,9 +1,8 @@
|
||||
|
||||
.volume-control {
|
||||
background: rgba($background, .8);
|
||||
padding: 8px;
|
||||
background: rgba($background, .6);
|
||||
padding: 6px;
|
||||
border-radius: 16px;
|
||||
border: .5px solid rgba($foreground, .3);
|
||||
|
||||
trough {
|
||||
background: rgba(lighten($color: $background, $amount: 8), .4);
|
||||
|
||||
Reference in New Issue
Block a user