diff options
author | Gabriel Albo <gabriel@albo.com.br> | 2016-03-08 15:42:25 -0300 |
---|---|---|
committer | Gabriel Albo <gabriel@albo.com.br> | 2016-03-08 15:42:40 -0300 |
commit | 969cb705881a7cf815d2b2e1b2711d944e9479ca (patch) | |
tree | 54e6c2cdeb740d247837cd8cef3f8cc0a695a412 /web-ui | |
parent | 9284db24513ff33c2c9c0cdc34c12fca91e42f36 (diff) |
Test: making the email security indication corners round so it doesn't look so much like the actions buttons
Diffstat (limited to 'web-ui')
-rw-r--r-- | web-ui/app/scss/_security.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss index 8e9a6b5d..ff36cb3e 100644 --- a/web-ui/app/scss/_security.scss +++ b/web-ui/app/scss/_security.scss @@ -3,10 +3,11 @@ clear: both; span { display: inline-block; - padding: 2px 5px; + padding: 2px 6px; white-space: nowrap; background: $success; color: $white; + border-radius: 12px; &:before { font-family: FontAwesome; } |