Group some styles in variant.sass
[vchess.git] / public / stylesheets / layout.sass
CommitLineData
1d184b4c 1html, *
1d184b4c 2 font-family: "Open Sans", Arial, sans-serif
d5973790
BA
3 --back-color: #f2f2f2
4 --a-link-color: #0039e6
1d184b4c
BA
5
6body
0bf75837 7 padding: 0
d5973790 8 min-width: 320px
6a01d4f7 9
1d184b4c
BA
10.text-center
11 text-align: center
12
13.smallpad
14 padding: 5px
3acb852d
BA
15
16.emphasis
17 font-style: italic
18
19.red
20 color: #cc3300
21
22.purple
23 color: purple
24
25.smallfont
26 font-size: 0.8em
27
28[type="checkbox"].modal+div .card
29 max-width: 767px
30 max-height: 100vh
31
32// TODO: unused
33// Jump lines only if screen is large enough
34.conditional-jump
35 display: block
36@media screen and (max-width: 767px)
37 .conditional-jump
38 display: inline