From 35bfface2e89c4901f8652452346d8050c18d5e9 Mon Sep 17 00:00:00 2001 From: Tayane Fernandes Date: Thu, 29 Sep 2016 18:29:40 -0300 Subject: [#716] Increase padlock icons font-size --- web-ui/app/scss/_mixins.scss | 2 +- web-ui/app/scss/views/_compose-view.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/_mixins.scss b/web-ui/app/scss/_mixins.scss index 71d178db..9e17c066 100644 --- a/web-ui/app/scss/_mixins.scss +++ b/web-ui/app/scss/_mixins.scss @@ -134,7 +134,7 @@ &:before { font-family: FontAwesome; padding-right: 4px; - + font-size: 1.2em; } &.encrypted { border-bottom-color: $will_be_encrypted; diff --git a/web-ui/app/scss/views/_compose-view.scss b/web-ui/app/scss/views/_compose-view.scss index aae5af47..d6ec741a 100644 --- a/web-ui/app/scss/views/_compose-view.scss +++ b/web-ui/app/scss/views/_compose-view.scss @@ -286,6 +286,7 @@ &:before { font-family: FontAwesome; padding-right: 4px; + font-size: 1.2em; } &.encrypted { -- cgit v1.2.3