summaryrefslogtreecommitdiff
path: root/web-ui/app/scss/sandbox.scss
blob: e722753d92bff1af8a16976519ac6f2ef2a55ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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;
}