summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_get-link.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2015-08-04 15:01:00 -0400
committerChristopher Speller <crspeller@gmail.com>2015-08-04 15:01:00 -0400
commit6546bb9fb12abc583568e96cb17b319a8d2810d7 (patch)
tree61c291f0694d3b6cd3608f14b6e3b1b90f155c31 /web/sass-files/sass/partials/_get-link.scss
parenteb0e69a543676546683b217c56b8d1119bda1735 (diff)
parentdfc6e80437e465bc01b454cf1d6bfdd4d3a70c85 (diff)
downloadchat-6546bb9fb12abc583568e96cb17b319a8d2810d7.tar.gz
chat-6546bb9fb12abc583568e96cb17b319a8d2810d7.tar.bz2
chat-6546bb9fb12abc583568e96cb17b319a8d2810d7.zip
Merge pull request #325 from rgarmsen2295/mm-1618
MM-1618 Adds help text to the Get Link modal that informs user when link has been copied to clipboard
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..c84befd6a
--- /dev/null
+++ b/web/sass-files/sass/partials/_get-link.scss
@@ -0,0 +1,6 @@
+.copy-link-confirm {
+ position: fixed;
+ color: rgb(153, 230, 153);
+ top: 84%;
+ left: 130px;
+} \ No newline at end of file