summaryrefslogtreecommitdiff
path: root/web-ui/app/scss
diff options
context:
space:
mode:
authorCaio Carrara <ccarrara@thoughtworks.com>2016-04-05 15:20:27 -0300
committerCaio Carrara <ccarrara@thoughtworks.com>2016-04-05 15:22:13 -0300
commit07d7476ac6b7a5ddcb0a8ab79e18caf2c8f7b35b (patch)
treefa97efac3efae55576de086618e164eae615c7c7 /web-ui/app/scss
parent78aeca190833db43565ed029c8d3efd873ed0776 (diff)
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.
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r--web-ui/app/scss/sandbox.scss2
-rw-r--r--web-ui/app/scss/vendor/_foundation.scss4
2 files changed, 3 insertions, 3 deletions
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;