summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_signup.scss
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/sass/routes/_signup.scss')
-rw-r--r--webapp/sass/routes/_signup.scss12
1 files changed, 11 insertions, 1 deletions
diff --git a/webapp/sass/routes/_signup.scss b/webapp/sass/routes/_signup.scss
index 30e80cccb..cbf6f1571 100644
--- a/webapp/sass/routes/_signup.scss
+++ b/webapp/sass/routes/_signup.scss
@@ -481,7 +481,8 @@
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
- width: 90%;
+ width: calc(100% - 50px);
+
}
.signup-team__icon {
@@ -497,6 +498,15 @@
right: -2px;
top: 16px;
}
+
+ &.fa-info-circle {
+ float: left;
+ line-height: 1.5em;
+ margin-right: .3em;
+ padding-left: .5em;
+ font-size: 1.5em;
+ top: 11px;
+ }
}
}