mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-17 23:24:51 +00:00
icons: Updated No Notifications asset
- redesigned asset to not be a scaled-up 16x16 symbolic - adjusted css for new asset - dropped unused no-events asset Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/3167>
This commit is contained in:
parent
37a78684bb
commit
0582de6561
5 changed files with 110 additions and 85 deletions
|
|
@ -12,11 +12,13 @@
|
|||
|
||||
.message-list-placeholder {
|
||||
@extend %title_2;
|
||||
color: $insensitive_fg_color;
|
||||
|
||||
color: transparentize($fg_color, .75);
|
||||
@if $contrast == 'high' {
|
||||
color: transparentize($fg_color, .5);
|
||||
}
|
||||
// icon size and color
|
||||
> StIcon {
|
||||
icon-size: $scalable_icon_size * 3; // 48px
|
||||
icon-size: 96px; // non-em asset size
|
||||
margin-bottom: $base_margin * 3;
|
||||
-st-icon-style: symbolic;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue