summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-04-09 11:52:31 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-04-09 11:52:47 -0300
commitfdee1e35c070420192b8e754040d6a7d9a8cd6dc (patch)
tree17bec97d626f8a26eb183a3c94e73050c95dac78 /web-ui/app/scss
parent07feec923d11e10af311797d29cd1dc8c799bbc8 (diff)
Removing unnecessary period after message
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/_security.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/web-ui/app/scss/_security.scss b/web-ui/app/scss/_security.scss
index 2644fc3e..0c2baa52 100644
--- a/web-ui/app/scss/_security.scss
+++ b/web-ui/app/scss/_security.scss
@@ -12,7 +12,7 @@
}
&.encrypted {
&:before {
- content: "\f023 ";
+ content: "\f023";
}
&.encryption-error {
background: $attention;