mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-04 13:13:04 +00:00
update
This commit is contained in:
parent
bef68bd6e3
commit
91b28c11b7
@ -360,7 +360,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
||||
// Weather
|
||||
.weather-button {
|
||||
.weather-box {
|
||||
spacing: $base_spacing + $base_margin;
|
||||
spacing: $base_spacing;
|
||||
}
|
||||
|
||||
.weather-header-box {
|
||||
@ -384,15 +384,16 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
||||
|
||||
.weather-forecast-time {
|
||||
@extend %numeric;
|
||||
@include fontsize(10pt);
|
||||
@extend %smaller;
|
||||
color: $alt_fg_color;
|
||||
font-weight: normal;
|
||||
padding-top: 0.2em;
|
||||
padding-bottom: 0.4em;
|
||||
padding-top: $base_padding;
|
||||
padding-bottom: $base_padding;
|
||||
}
|
||||
|
||||
.weather-forecast-icon {
|
||||
icon-size: 32px;
|
||||
margin-bottom: $base_margin;
|
||||
}
|
||||
|
||||
.weather-forecast-temp {
|
||||
|
Loading…
x
Reference in New Issue
Block a user