Saving state (unfinished styling on variant page)
[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 .container
12 padding: 0
13
14 .row
15 div
16 padding: 0
17 .section-content
18 *
19 margin-left: 0
20 margin-right: 0
21 @media screen and (max-width: 767px)
22 padding: 0 5px
23
24 a
25 text-decoration: underline
26
27 .text-center
28 text-align: center
29
30 .smallpad
31 padding: 5px
32
33 .emphasis
34 font-style: italic
35
36 .red
37 color: #cc3300
38
39 .purple
40 color: purple
41
42 .smallfont
43 font-size: 0.8em
44
45 .bigfont
46 font-size: 1.2em
47
48 [type="checkbox"].modal+div .card
49 max-width: 767px
50 max-height: 100vh
51 [type="checkbox"].modal+div .card.small-modal
52 max-width: 320px
53 [type="checkbox"].modal+div .card.big-modal
54 max-width: 90vw