aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/invite.scss
diff options
context:
space:
mode:
authorLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 17:26:17 +0100
committerLibravatar haraldox <hnaumann+github@gmail.com>2018-01-19 17:26:17 +0100
commit56520969f508c1db257d7573962ad6b762205e56 (patch)
tree24b13a491da0d72ee8d6010cbb8d8b44aa81c7ac /src/styles/invite.scss
parentimplemented check for at least one email address (diff)
downloadferdium-app-56520969f508c1db257d7573962ad6b762205e56.tar.gz
ferdium-app-56520969f508c1db257d7573962ad6b762205e56.tar.zst
ferdium-app-56520969f508c1db257d7573962ad6b762205e56.zip
alternative UX implementation of check for email address count > 0
comment out line 122 to test
Diffstat (limited to 'src/styles/invite.scss')
-rw-r--r--src/styles/invite.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/styles/invite.scss b/src/styles/invite.scss
new file mode 100644
index 000000000..345095da8
--- /dev/null
+++ b/src/styles/invite.scss
@@ -0,0 +1,4 @@
1.invite-form__error {
2 text-align: center;
3 margin-bottom: 20px !important; /* otherwise overridden by rule: p:last-of-type */
4}