aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-09-27 11:23:31 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-09-27 11:23:31 +0200
commit8f60790de89ee7fd7a150a83a8ca39b4bf76509c (patch)
tree0e35a3687da220389747d8998f3c978898fb2fd7 /src/styles
parentBump to 5.3.4-beta.4 (diff)
downloadferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.tar.gz
ferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.tar.zst
ferdium-app-8f60790de89ee7fd7a150a83a8ca39b4bf76509c.zip
Replace "invite friends" screen with "support Ferdi" screen
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/button.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/styles/button.scss b/src/styles/button.scss
index a66345114..38f8fd26d 100644
--- a/src/styles/button.scss
+++ b/src/styles/button.scss
@@ -61,6 +61,11 @@
61 61
62 &:disabled { opacity: .2; } 62 &:disabled { opacity: .2; }
63 63
64 &.franz-form__button--large {
65 width: 100%;
66 margin-bottom: 20px;
67 }
68
64 &.franz-form__button--secondary { 69 &.franz-form__button--secondary {
65 background: $theme-gray-lighter; 70 background: $theme-gray-lighter;
66 color: $theme-gray; 71 color: $theme-gray;