Improve style on variant page; TODO: problems, Crazyhouse
[vchess.git] / public / stylesheets / layout.sass
CommitLineData
1d184b4c 1html, *
1d184b4c 2 font-family: "Open Sans", Arial, sans-serif
d5973790 3 --back-color: #f2f2f2
9a3c9f79
BA
4 --a-link-color: blue
5 --a-visited-color: blue
1d184b4c
BA
6
7body
0bf75837 8 padding: 0
d5973790 9 min-width: 320px
6a01d4f7 10
e6dcb115
BA
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
9a3c9f79
BA
24a
25 text-decoration: underline
26
1d184b4c
BA
27.text-center
28 text-align: center
29
30.smallpad
31 padding: 5px
3acb852d
BA
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
9a3c9f79
BA
45.bigfont
46 font-size: 1.2em
47
3acb852d
BA
48[type="checkbox"].modal+div .card
49 max-width: 767px
50 max-height: 100vh
e6dcb115
BA
51[type="checkbox"].modal+div .card.small-modal
52 max-width: 320px
53[type="checkbox"].modal+div .card.big-modal
54 max-width: 90vw