summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
diff options
context:
space:
mode:
Diffstat (limited to 'web-ui/app/scss/sandbox.scss')
-rw-r--r--web-ui/app/scss/sandbox.scss27
1 files changed, 27 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..3c1be358
--- /dev/null
+++ b/web-ui/app/scss/sandbox.scss
@@ -0,0 +1,27 @@
+$search-highlight: #FFEF29;
+
+@font-face {
+ font-family: 'Open Sans';
+ font-style: normal;
+ font-weight: 400;
+ src: local('Open Sans'), local('OpenSans'), url('/sandbox/fonts/OpenSans.woff') format('woff');
+}
+
+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;
+}
+
+.search-highlight {
+ background-color: $search-highlight;
+}