Fix index style. Now 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: #0039e6
5
6 body
7 padding: 0
8 min-width: 320px
9
10 .text-center
11 text-align: center
12
13 .smallpad
14 padding: 5px
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