diff options
Diffstat (limited to 'data/theme/gnome-shell-sass/widgets/_hotplug.scss')
-rw-r--r-- | data/theme/gnome-shell-sass/widgets/_hotplug.scss | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_hotplug.scss b/data/theme/gnome-shell-sass/widgets/_hotplug.scss new file mode 100644 index 0000000..acd0265 --- /dev/null +++ b/data/theme/gnome-shell-sass/widgets/_hotplug.scss @@ -0,0 +1,10 @@ +// hotplug + +.hotplug-notification-item { + @extend %bubble_button; +} + +.hotplug-notification-item-icon { + icon-size: 24px; + padding: 0 4px; +} |