14 lines
205 B
SCSS
14 lines
205 B
SCSS
/* OVERVIEW */
|
|
|
|
.controls-manager, .secondary-monitor-workspaces {
|
|
spacing: $base_padding * 2;
|
|
}
|
|
|
|
#overviewGroup {
|
|
background-color: $system_bg_color;
|
|
}
|
|
|
|
.overview-controls {
|
|
padding-bottom: 32px;
|
|
}
|