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