This commit is contained in:
vinceliuice
2024-10-15 16:52:53 +08:00
parent e526f79e50
commit b7d3d0a6e7

View File

@@ -138,8 +138,8 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
@extend %numeric;
// @extend %smaller;
text-align: center;
width: 2.6em !important;
height: 2.6em !important;
width: 2.2em !important;
height: 2.2em !important;
padding: 2px !important;
margin: 2px !important;
border-radius: $circular_radius;
@@ -241,7 +241,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
width: 2em !important;
height: 2em !important;
margin: 0.6em 0.6em 0.6em 0.2em !important;
padding: 2px !important;
padding: 0 0.3em !important;
border-radius: $bt_radius;
background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
color: $hint_fg_color;