diff options
Diffstat (limited to 'common/cinnamon/sass/_common.scss')
-rw-r--r-- | common/cinnamon/sass/_common.scss | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/common/cinnamon/sass/_common.scss b/common/cinnamon/sass/_common.scss index 8d7051f..37942f5 100644 --- a/common/cinnamon/sass/_common.scss +++ b/common/cinnamon/sass/_common.scss @@ -712,11 +712,9 @@ StScrollBar { color: $fg_color; border-image: url("#{$asset_path}/misc/message.svg") 9 9 9 9; - @at-root { - .notification-button, .notification-icon-button { - @extend %button; - padding: 5px; - } + .notification-button, .notification-icon-button { + @extend %button; + padding: 5px; } StEntry { @extend %entry; } @@ -747,7 +745,10 @@ StScrollBar { color: $osd_fg_color; } - &-button, &-icon-button { @extend %osd_button; } + &-button, &-icon-button { + @extend %osd_button; + padding: 5px; + } &-icon-button > StIcon { icon-size: 36px; } |