mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2025-06-02 19:36:13 +00:00
update
This commit is contained in:
parent
8fa229c58e
commit
e754e93a2d
@ -33,8 +33,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-button {
|
.notification-button {
|
||||||
min-height: 40px;
|
min-height: $medium_size;
|
||||||
padding: 0 16px;
|
padding: 0 $base_padding * 2;
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
color: $alt_fg_color;
|
color: $alt_fg_color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -26,8 +26,8 @@ $notification_banner_width: 34em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-button {
|
.notification-button {
|
||||||
min-height: 40px;
|
min-height: $medium_size;
|
||||||
padding: 0 16px;
|
padding: 0 $base_padding * 2;
|
||||||
background-color: $fill_color;
|
background-color: $fill_color;
|
||||||
color: $alt_fg_color;
|
color: $alt_fg_color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
@ -23,8 +23,8 @@ $notification_banner_width: 34em;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.notification-button {
|
.notification-button {
|
||||||
min-height: 40px;
|
min-height: $medium_size;
|
||||||
padding: 0 16px;
|
padding: 0 $base_padding * 2;
|
||||||
background-color: $fill_color;
|
background-color: $fill_color;
|
||||||
color: $alt_fg_color;
|
color: $alt_fg_color;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user