summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
diff options
context:
space:
mode:
authorZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
committerZara Gebru <zgebru@thoughtworks.com>2016-12-02 15:25:23 +0100
commitb14833fbb56bcd5bff0750c16fd9214009b955be (patch)
treea1ec621dd5f76d756ac59b72a763a34a2c189387 /web-ui/app/scss/sandbox.scss
parent688a8b42e8ab7c6d4529b6dda66f40eead07ad02 (diff)
[refactor] move app dir into public dir
Diffstat (limited to 'web-ui/app/scss/sandbox.scss')
-rw-r--r--web-ui/app/scss/sandbox.scss27
1 files changed, 0 insertions, 27 deletions
diff --git a/web-ui/app/scss/sandbox.scss b/web-ui/app/scss/sandbox.scss
deleted file mode 100644
index 3c1be358..00000000
--- a/web-ui/app/scss/sandbox.scss
+++ /dev/null
@@ -1,27 +0,0 @@
-$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;
-}