aboutsummaryrefslogtreecommitdiff
path: root/ufund-ui/src/styles.css
blob: fdf67c7398fb68d3b07db35b0c456568baf4a224 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* You can add global styles to this file, and also import other style files */

* {
    box-sizing: border-box;
}

html, body {
    margin: 0;
    height: 100%;
}

body {
    font-family: sans-serif;
}

input {
    font-size: 14pt;
}

button, .button {
    font-size: 14pt;
}