mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-06 15:33:02 +00:00
update
This commit is contained in:
parent
2daa096a09
commit
b453da1bec
@ -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) !important;
|
width: if($font_size == 'normal', 2.8em, 2.4em);
|
||||||
height: if($font_size == 'normal', 2.8em, 2.4em) !important;
|
height: if($font_size == 'normal', 2.8em, 2.4em);
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 2px;
|
margin: 2px;
|
||||||
border-radius: $circular_radius;
|
border-radius: $circular_radius;
|
||||||
@ -238,10 +238,10 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
|
|
||||||
.calendar-week-number {
|
.calendar-week-number {
|
||||||
@extend %smaller;
|
@extend %smaller;
|
||||||
width: 2.4em !important;
|
width: 2.4em;
|
||||||
height: 2.4em !important;
|
height: 2.4em;
|
||||||
margin: 6px !important;
|
margin: 6px;
|
||||||
padding: 0 !important;
|
padding: 0;
|
||||||
border-radius: $bt_radius;
|
border-radius: $bt_radius;
|
||||||
background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
|
background-color: if($variant == 'light', rgba(black, 0.05), rgba(white, 0.05));
|
||||||
color: $hint_fg_color;
|
color: $hint_fg_color;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user