Fix db scripts
[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
6f7f7893 13 overflow: hidden
e6dcb115
BA
14
15.row
16 div
17 padding: 0
18 .section-content
19 *
20 margin-left: 0
21 margin-right: 0
22 @media screen and (max-width: 767px)
23 padding: 0 5px
24
e8e4adbd
BA
25@media screen and (max-width: 767px)
26 .button-group
27 flex-direction: row
28 button:not(:first-child)
29 border-left: 1px solid var(--button-group-border-color)
30 border-top: 0
31
9a3c9f79
BA
32a
33 text-decoration: underline
34
1d184b4c
BA
35.text-center
36 text-align: center
37
38.smallpad
39 padding: 5px
3acb852d
BA
40
41.emphasis
42 font-style: italic
43
a5d56686
BA
44.clickable
45 cursor: pointer
46
47.clearer
48 clear: both
49
3acb852d
BA
50.red
51 color: #cc3300
52
53.purple
54 color: purple
55
56.smallfont
57 font-size: 0.8em
58
9a3c9f79
BA
59.bigfont
60 font-size: 1.2em
61
26c1e3bd
BA
62.bold
63 font-weight: bold
64
3acb852d
BA
65[type="checkbox"].modal+div .card
66 max-width: 767px
67 max-height: 100vh
e6dcb115
BA
68[type="checkbox"].modal+div .card.small-modal
69 max-width: 320px
70[type="checkbox"].modal+div .card.big-modal
71 max-width: 90vw