summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
diff options
context:
space:
mode:
authorFelix Hammerl <fhammerl@thoughtworks.com>2016-02-26 18:31:29 +0100
committerFelix Hammerl <fhammerl@thoughtworks.com>2016-03-09 15:35:28 +0100
commit7b5d5ef57289c00b0314522b2c2981e4fc7a0f6c (patch)
tree755ada7c41372724eab92ce4fd947e2aa6e5ff02 /web-ui/app/scss/sandbox.scss
parent3bdb9ecbeccae7842ef566f47b8119583d327cb2 (diff)
Issue #617: Create sandbox resouces
Diffstat (limited to 'web-ui/app/scss/sandbox.scss')
-rw-r--r--web-ui/app/scss/sandbox.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/web-ui/app/scss/sandbox.scss b/web-ui/app/scss/sandbox.scss
new file mode 100644
index 00000000..e722753d
--- /dev/null
+++ b/web-ui/app/scss/sandbox.scss
@@ -0,0 +1,14 @@
+body {
+ 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;
+ color: #333;
+ padding: 0;
+ margin: 0;
+ font-weight: normal;
+ -webkit-font-smoothing: antialiased;
+ font-style: normal;
+ box-sizing: border-box;
+ word-wrap: break-word;
+}