mirror of
https://github.com/vinceliuice/WhiteSur-gtk-theme.git
synced 2026-04-20 02:45:21 +00:00
update
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user