From c51afba71a8d4614f74709d5e9c432c2cff3fcf7 Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 1 Dec 2016 23:23:28 +0100 Subject: Add Team Description to the Team Settings (#4652) * draft * Add Team Description to the Team Settings * add tooltips for team description * made changes per PM review * add message when there is no description set in the team * squash --- webapp/sass/routes/_signup.scss | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'webapp/sass') 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; + } } } -- cgit v1.2.3-1-g7c22