summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_get-link.scss
diff options
context:
space:
mode:
authorReed Garmsen <rgarmsen2295@gmail.com>2015-07-30 20:09:14 -0700
committerReed Garmsen <rgarmsen2295@gmail.com>2015-08-03 14:00:47 -0700
commitdbf104686a9ca9de0da58ba602e1fdfe0b82087a (patch)
tree92a06d7d0054010bdbb69a4c1df69642025cf638 /web/sass-files/sass/partials/_get-link.scss
parent42c5d0d366cb38866dd6d2ce7e8485ac7a2746a4 (diff)
downloadchat-dbf104686a9ca9de0da58ba602e1fdfe0b82087a.tar.gz
chat-dbf104686a9ca9de0da58ba602e1fdfe0b82087a.tar.bz2
chat-dbf104686a9ca9de0da58ba602e1fdfe0b82087a.zip
Added help text informing the user that the team invite link has been copied when they press the 'Copy Link' button
Diffstat (limited to 'web/sass-files/sass/partials/_get-link.scss')
-rw-r--r--web/sass-files/sass/partials/_get-link.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_get-link.scss b/web/sass-files/sass/partials/_get-link.scss
new file mode 100644
index 000000000..84b20729b
--- /dev/null
+++ b/web/sass-files/sass/partials/_get-link.scss
@@ -0,0 +1,6 @@
+.copy-link-confirm {
+ color: rgb(153, 230, 153);
+ margin-top: -27px;
+ margin-bottom: -25px;
+ margin-right: 300px;
+} \ No newline at end of file