aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/quick-switch.scss
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-12 17:28:32 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-12 17:28:32 +0200
commit2c86938b03926ac4af547c3a2241d5d0b5c8e257 (patch)
treed556a0ede875555f0fbd0c6b8d73b90d8b169780 /src/styles/quick-switch.scss
parentAdd minifiers to gulp production builds (diff)
downloadferdium-app-2c86938b03926ac4af547c3a2241d5d0b5c8e257.tar.gz
ferdium-app-2c86938b03926ac4af547c3a2241d5d0b5c8e257.tar.zst
ferdium-app-2c86938b03926ac4af547c3a2241d5d0b5c8e257.zip
Partly fixing #115
Diffstat (limited to 'src/styles/quick-switch.scss')
-rw-r--r--src/styles/quick-switch.scss13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/styles/quick-switch.scss b/src/styles/quick-switch.scss
new file mode 100644
index 000000000..356123c4c
--- /dev/null
+++ b/src/styles/quick-switch.scss
@@ -0,0 +1,13 @@
1.theme__dark .quick-switch {
2 background: $dark-theme-gray-darkest;
3
4 .service {
5 background: $dark-theme-gray-dark;
6 color: $dark-theme-gray-lightest;
7 border: inherit;
8 }
9
10 .active {
11 background: $theme-brand-primary;
12 }
13} \ No newline at end of file