This commit is contained in:
vinceliuice 2024-10-15 17:23:12 +08:00
parent b7d3d0a6e7
commit 2daa096a09

View File

@ -138,10 +138,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
@extend %numeric;
// @extend %smaller;
text-align: center;
width: 2.2em !important;
height: 2.2em !important;
padding: 2px !important;
margin: 2px !important;
width: if($font_size == 'normal', 2.8em, 2.4em) !important;
height: if($font_size == 'normal', 2.8em, 2.4em) !important;
padding: 0;
margin: 2px;
border-radius: $circular_radius;
color: $alt_fg_color;
font-feature-settings: "tnum";
@ -238,10 +238,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
.calendar-week-number {
@extend %smaller;
width: 2em !important;
height: 2em !important;
margin: 0.6em 0.6em 0.6em 0.2em !important;
padding: 0 0.3em !important;
width: 2.4em !important;
height: 2.4em !important;
margin: 6px !important;
padding: 0 !important;
border-radius: $bt_radius;
background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
color: $hint_fg_color;