aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/welcome.scss
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 12:59:21 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-02-16 12:59:21 +0100
commit53d9833f5f8a6ba66afb96b1d937de0605660cf8 (patch)
treec66936e3fedd5069d3e07dde95eb7e09a2e1ea1f /src/styles/welcome.scss
parentfix teamId & customUrl validation for hosted option (diff)
downloadferdium-app-53d9833f5f8a6ba66afb96b1d937de0605660cf8.tar.gz
ferdium-app-53d9833f5f8a6ba66afb96b1d937de0605660cf8.tar.zst
ferdium-app-53d9833f5f8a6ba66afb96b1d937de0605660cf8.zip
inverted welcome button "Create a free account"
Diffstat (limited to 'src/styles/welcome.scss')
-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 {