mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update #1167
This commit is contained in:
parent
1cfb473c9e
commit
bef68bd6e3
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user