summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_security.scss
diff options
context:
space:
mode:
authorJon Newson <jon_newson@ieee.org>2016-03-09 11:05:22 +1100
committerJon Newson <jon_newson@ieee.org>2016-03-09 11:05:22 +1100
commite6e79cefde68d86e20d700d5d1ddcba1683ce904 (patch)
tree6162d676604677a8b7e2bb8dac4d37b0d2d08392 /web-ui/app/scss/_security.scss
parentfdc7b5aac56b40f49bba813f30b701be22d16c01 (diff)
parent281f88ba668e38883e822ea5bd96134ad3a3aa6c (diff)
Merge branch 'master' of https://github.com/pixelated/pixelated-user-agent
# By Gabriel Albo # Via Gabriel Albo * 'master' of https://github.com/pixelated/pixelated-user-agent: Decreasing the spacing between email header and email body Test: making the email security indication corners round so it doesn't look so much like the actions buttons
Diffstat (limited to 'web-ui/app/scss/_security.scss')
-rw-r--r--web-ui/app/scss/_security.scss3
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;
}