diff options
| author | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-12-07 17:52:35 -0200 |
|---|---|---|
| committer | Jefferson Stachelski <jstachel@thoughtworks.com> | 2015-12-07 17:52:35 -0200 |
| commit | 6366a61f6bd01f1ba6a4723d5a1eddd1925f160a (patch) | |
| tree | 052df6300be839e34dd4bad83031f623b711ca31 /web-ui/app/scss | |
| parent | 4917cee0d0f3f5e57f2f68bcda06e3b53d6783a7 (diff) | |
Issue #507 - Refactored fix broken UI when start UA
Paring with bwagner
Diffstat (limited to 'web-ui/app/scss')
| -rw-r--r-- | web-ui/app/scss/styles.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/styles.scss b/web-ui/app/scss/styles.scss index 59478583..8a3a44d5 100644 --- a/web-ui/app/scss/styles.scss +++ b/web-ui/app/scss/styles.scss @@ -301,7 +301,7 @@ section { background: darken(white, 5%); } } - &:before { + form:before { font-family: "FontAwesome"; content: "\f002"; position: absolute; |
