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
bef68bd6e3
commit
91b28c11b7
@ -360,7 +360,7 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
// Weather
|
// Weather
|
||||||
.weather-button {
|
.weather-button {
|
||||||
.weather-box {
|
.weather-box {
|
||||||
spacing: $base_spacing + $base_margin;
|
spacing: $base_spacing;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-header-box {
|
.weather-header-box {
|
||||||
@ -384,15 +384,16 @@ $popover_bubble_bg: if($variant == 'light', rgba(white, 0.95), rgba(lighten($bas
|
|||||||
|
|
||||||
.weather-forecast-time {
|
.weather-forecast-time {
|
||||||
@extend %numeric;
|
@extend %numeric;
|
||||||
@include fontsize(10pt);
|
@extend %smaller;
|
||||||
color: $alt_fg_color;
|
color: $alt_fg_color;
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
padding-top: 0.2em;
|
padding-top: $base_padding;
|
||||||
padding-bottom: 0.4em;
|
padding-bottom: $base_padding;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-forecast-icon {
|
.weather-forecast-icon {
|
||||||
icon-size: 32px;
|
icon-size: 32px;
|
||||||
|
margin-bottom: $base_margin;
|
||||||
}
|
}
|
||||||
|
|
||||||
.weather-forecast-temp {
|
.weather-forecast-temp {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user