aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/features.scss
blob: c6d982b25fdc1ca0e974093278a082d93e35c364 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
.theme__dark .quick-switch {
  background: $dark-theme-gray-darkest;

  .service {
    background: $dark-theme-gray-dark;
    color: $dark-theme-gray-lightest;
    border: inherit;
  }

  .active {
    background: $theme-brand-primary;
  }
}

.quick-switch {
  .service {
    background: $theme-gray-lighter;
    border: inherit;
  }

  .active {
    background: $theme-brand-primary;
  }
}

.theme__dark .publish-debug {
  background: $dark-theme-gray-darkest;
}