Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceliuice committed Apr 28, 2024
1 parent 2b45513 commit b6587fe
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/sass/gnome-shell/widgets-46-0/_notifications.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@ $notification_banner_width: 34em;
.notification-banner {
min-height: $notification_banner_height;
width: $notification_banner_width;
box-shadow: 0 3px 5px rgba(black, 0.15);
border-radius: $wm_radius;
margin: $base_padding;
margin: $base_padding * 2;
padding: $scaled_padding;
border-left: 0;
border-bottom: 0;
color: $fg_color;
background-color: $menu_bg;
border: 1px solid if($variant=='light', rgba(black, 0), rgba(black, 0.75));
text-shadow: none;
box-shadow: 0 3px 5px rgba(black, 0.15);

&:hover, &:active { background-color: rgba($menu_bg, 1); }
}

.notification-buttons-bin {
Expand Down

0 comments on commit b6587fe

Please sign in to comment.