From 07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b Mon Sep 17 00:00:00 2001 From: Caio Carrara Date: Tue, 5 Apr 2016 15:20:27 -0300 Subject: Remove special chars to validate pipeline failing We're currently facing some build pipeline failures and this commit can make things work. As soon as we fix the locale settings on pipeline we can rollback theses changes. --- web-ui/app/scss/sandbox.scss | 2 +- web-ui/app/scss/vendor/_foundation.scss | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'web-ui') diff --git a/web-ui/app/scss/sandbox.scss b/web-ui/app/scss/sandbox.scss index 3c1be358..13fa6411 100644 --- a/web-ui/app/scss/sandbox.scss +++ b/web-ui/app/scss/sandbox.scss @@ -8,7 +8,7 @@ $search-highlight: #FFEF29; } body { - font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif; + font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 1.2em; background: white; diff --git a/web-ui/app/scss/vendor/_foundation.scss b/web-ui/app/scss/vendor/_foundation.scss index 7918cf26..45259dd1 100644 --- a/web-ui/app/scss/vendor/_foundation.scss +++ b/web-ui/app/scss/vendor/_foundation.scss @@ -49,7 +49,7 @@ html { } body { - font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "微软雅黑", "Helvetica Neue", Arial, sans-serif; + font-family: "Open Sans", "Microsoft YaHei", "Hiragino Sans GB", "Hiragino Sans GB W3", "Helvetica Neue", Arial, sans-serif; font-size: 13px; line-height: 1.2em; background: white; @@ -1833,7 +1833,7 @@ button, .button, input[type=button] { background-color: #2285a2; outline: none; color: white; - } + } &.large { padding-top: 1.125rem; padding-right: 2.25rem; -- cgit v1.2.3