From dbf104686a9ca9de0da58ba602e1fdfe0b82087a Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Thu, 30 Jul 2015 20:09:14 -0700 Subject: Added help text informing the user that the team invite link has been copied when they press the 'Copy Link' button --- web/sass-files/sass/partials/_get-link.scss | 6 ++++++ web/sass-files/sass/styles.scss | 1 + 2 files changed, 7 insertions(+) create mode 100644 web/sass-files/sass/partials/_get-link.scss (limited to 'web/sass-files') 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 diff --git a/web/sass-files/sass/styles.scss b/web/sass-files/sass/styles.scss index ffd1f42b8..eb5152a2c 100644 --- a/web/sass-files/sass/styles.scss +++ b/web/sass-files/sass/styles.scss @@ -33,6 +33,7 @@ @import "partials/error"; @import "partials/error-bar"; @import "partials/loading"; +@import "partials/get-link"; // Responsive Css @import "partials/responsive"; -- cgit v1.2.3-1-g7c22 From dfc6e80437e465bc01b454cf1d6bfdd4d3a70c85 Mon Sep 17 00:00:00 2001 From: Reed Garmsen Date: Fri, 31 Jul 2015 12:08:36 -0700 Subject: Fixed help text rendering on mobile --- web/sass-files/sass/partials/_get-link.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'web/sass-files') diff --git a/web/sass-files/sass/partials/_get-link.scss b/web/sass-files/sass/partials/_get-link.scss index 84b20729b..c84befd6a 100644 --- a/web/sass-files/sass/partials/_get-link.scss +++ b/web/sass-files/sass/partials/_get-link.scss @@ -1,6 +1,6 @@ .copy-link-confirm { + position: fixed; color: rgb(153, 230, 153); - margin-top: -27px; - margin-bottom: -25px; - margin-right: 300px; + top: 84%; + left: 130px; } \ No newline at end of file -- cgit v1.2.3-1-g7c22