Browse Source

Set background to the navigation of Getting Started column (tootsuite pr #6163)

closed-social-glitch-2
cwm 6 years ago
parent
commit
9bdbe66316
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      app/javascript/flavours/glitch/styles/components/index.scss

+ 5
- 0
app/javascript/flavours/glitch/styles/components/index.scss View File

@ -1881,6 +1881,11 @@
cursor: default; cursor: default;
} }
.getting-started__wrapper,
.getting_started {
background: $ui-base-color;
}
.getting-started__wrapper { .getting-started__wrapper {
position: relative; position: relative;
overflow-y: auto; overflow-y: auto;

Loading…
Cancel
Save