summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
diff options
context:
space:
mode:
authorRoald de Vries <rdevries@thoughtworks.com>2016-12-07 15:26:10 +0100
committerRoald de Vries <rdevries@thoughtworks.com>2016-12-07 15:26:10 +0100
commitd10f607a4d40587510b0dc31b31fe4750bf4a3a3 (patch)
treedb016bb0878989249e0f329e2162d11067b0f8b7 /web-ui/app/scss/sandbox.scss
parentc28abba2f5b1186c671ebef508d40ffaae6d5bc5 (diff)
parenteaf2019b6e977d1191e0ee12f694a02bb9612f83 (diff)
[#801] Merge branch 'signup'
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;
-}