This commit is contained in:
vinceliuice 2024-11-08 15:40:25 +08:00
parent 1cfb473c9e
commit bef68bd6e3

View File

@ -93,8 +93,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
border: none; border: none;
box-shadow: none !important; box-shadow: none !important;
background-color: transparent; background-color: transparent;
padding: $base_padding !important; padding: $base_padding;
margin: 0 !important; margin: 0 $base_padding;
text-shadow: none; text-shadow: none;
// border-radius: $base_border_radius; // border-radius: $base_border_radius;
@ -138,8 +138,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
@extend %numeric; @extend %numeric;
@extend %smaller; @extend %smaller;
text-align: center; text-align: center;
width: if($font_size == 'normal', 2.8em, 2.4em); width: if($font_size == 'normal', 3em, 2.8em);
height: if($font_size == 'normal', 2.8em, 2.4em); height: if($font_size == 'normal', 3em, 2.8em);
padding: 0; padding: 0;
margin: 2px; margin: 2px;
border-radius: $circular_radius; border-radius: $circular_radius;