aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-26 17:06:27 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-26 17:06:27 +0100
commit399f4f89229913c33e074bc3ee56a209ac2f3c1d (patch)
tree1b1078bf8e3fd9a81c4878e3a53814fe283917c4 /src/styles
parentfeat(App) Feature Added enterprise UI (diff)
parentADD `features` request (diff)
downloadferdium-app-399f4f89229913c33e074bc3ee56a209ac2f3c1d.tar.gz
ferdium-app-399f4f89229913c33e074bc3ee56a209ac2f3c1d.tar.zst
ferdium-app-399f4f89229913c33e074bc3ee56a209ac2f3c1d.zip
Merge branch 'feature/features-api' into feature/enterprise-ui
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/welcome.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/styles/welcome.scss b/src/styles/welcome.scss
index 46299b966..a12069ba4 100644
--- a/src/styles/welcome.scss
+++ b/src/styles/welcome.scss
@@ -55,6 +55,15 @@
55 background: #FFF; 55 background: #FFF;
56 color: $theme-brand-primary; 56 color: $theme-brand-primary;
57 } 57 }
58
59 &__inverted {
60 background: #FFF;
61 color: $theme-brand-primary;
62 }
63 &__inverted:hover {
64 background: none;
65 color: #FFF;
66 }
58 } 67 }
59 68
60 &__featured-services { 69 &__featured-services {