diff options
Diffstat (limited to 'data/theme/gnome-shell-sass/widgets/_overview.scss')
-rw-r--r-- | data/theme/gnome-shell-sass/widgets/_overview.scss | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/theme/gnome-shell-sass/widgets/_overview.scss b/data/theme/gnome-shell-sass/widgets/_overview.scss new file mode 100644 index 0000000..d8e70ea --- /dev/null +++ b/data/theme/gnome-shell-sass/widgets/_overview.scss @@ -0,0 +1,13 @@ +/* OVERVIEW */ + +.controls-manager, .secondary-monitor-workspaces { + spacing: $base_padding * 2; +} + +#overviewGroup { + background-color: $system_bg_color; +} + +.overview-controls { + padding-bottom: 32px; +} |