From 969cb705881a7cf815d2b2e1b2711d944e9479ca Mon Sep 17 00:00:00 2001 From: Gabriel Albo Date: Tue, 8 Mar 2016 15:42:25 -0300 Subject: Test: making the email security indication corners round so it doesn't look so much like the actions buttons --- web-ui/app/scss/_security.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui') 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; } -- cgit v1.2.3