Progression in styles + initiate translation process
[vchess.git] / public / stylesheets / layout.sass
1 html, *
2 font-family: "Open Sans", Arial, sans-serif
3 --back-color: #f2f2f2
4 --a-link-color: blue
5 --a-visited-color: blue
6
7 body
8 padding: 0
9 min-width: 320px
10
11 a
12 text-decoration: underline
13
14 .text-center
15 text-align: center
16
17 .smallpad
18 padding: 5px
19
20 .emphasis
21 font-style: italic
22
23 .red
24 color: #cc3300
25
26 .purple
27 color: purple
28
29 .smallfont
30 font-size: 0.8em
31
32 .bigfont
33 font-size: 1.2em
34
35 [type="checkbox"].modal+div .card
36 max-width: 767px
37 max-height: 100vh