summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
blob: 3c1be35880ad2cd0b3261b169ebc5470be4fe98a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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;
}