summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/_mixins.scss
diff options
context:
space:
mode:
authorGabriel Albo <gabriel@albo.com.br>2015-04-14 17:54:58 -0300
committerGabriel Albo <gabriel@albo.com.br>2015-04-14 17:57:14 -0300
commit7dacf43de4df6feff94a4bda8c6feacd5ae5c913 (patch)
treef45dcc7bea86bd730634f813c5158ca67aa7f27e /web-ui/app/scss/_mixins.scss
parent0c96432d7d6b72f84d49106afbdfd744716bef58 (diff)
Refactoring the scss file to avoid duplication
Diffstat (limited to 'web-ui/app/scss/_mixins.scss')
-rw-r--r--web-ui/app/scss/_mixins.scss10
1 files changed, 6 insertions, 4 deletions
diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss
index f06e8c7d..e1f06425 100644
--- a/web-ui/app/scss/_mixins.scss
+++ b/web-ui/app/scss/_mixins.scss
@@ -202,12 +202,16 @@
&.selected {
border: 1px solid #666666;
}
+
+ &:before {
+ font-family: FontAwesome;
+ padding-right: 4px;
+
+ }
&.encrypted {
border-bottom-color: $will_be_encrypted;
&:before {
- font-family: FontAwesome;
- padding-right: 4px;
color: $will_be_encrypted;
content: "\f023 ";
}
@@ -216,8 +220,6 @@
border-bottom-color: $wont_be_encrypted;
&:before {
- font-family: FontAwesome;
- padding-right: 4px;
color: $wont_be_encrypted;
content: "\f13e ";
}