Index page almost OK. Now work on variant page (main hall...)
[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 *
0596f5e7
BA
20 margin-left: auto
21 margin-right: auto
22 max-width: 767px
23 figure.diagram-container
24 max-width: 1000px
e6dcb115 25 @media screen and (max-width: 767px)
0596f5e7 26 max-width: 100%
e6dcb115
BA
27 padding: 0 5px
28
e8e4adbd
BA
29@media screen and (max-width: 767px)
30 .button-group
31 flex-direction: row
32 button:not(:first-child)
33 border-left: 1px solid var(--button-group-border-color)
34 border-top: 0
35
298c42e6
BA
36#settings, #contactForm
37 max-width: 767px
38 @media screen and (max-width: 767px)
39 max-width: 100vw
40
41#emailSent
42 color: blue
43 display: none
44
45footer
46 height: 77px
47 background-color: #000033
48 div
49 line-height: 77px
50 a
51 margin: 0 10px 0 0
52 display: inline-block
53 &:visited, &:link
54 color: white
55 p
56 margin: 0 0 0 10px
57 display: inline-block
58 color: white
59 text-decoration: underline
60 @media screen and (max-width: 767px)
61 height: 43px
62 div
63 line-height: 43px
64
9a3c9f79
BA
65a
66 text-decoration: underline
67
1d184b4c
BA
68.text-center
69 text-align: center
70
71.smallpad
72 padding: 5px
3acb852d
BA
73
74.emphasis
75 font-style: italic
76
a5d56686
BA
77.clickable
78 cursor: pointer
79
80.clearer
81 clear: both
82
3acb852d
BA
83.red
84 color: #cc3300
85
86.purple
87 color: purple
88
89.smallfont
90 font-size: 0.8em
91
9a3c9f79
BA
92.bigfont
93 font-size: 1.2em
94
26c1e3bd
BA
95.bold
96 font-weight: bold
97
3acb852d
BA
98[type="checkbox"].modal+div .card
99 max-width: 767px
100 max-height: 100vh
e6dcb115
BA
101[type="checkbox"].modal+div .card.small-modal
102 max-width: 320px
103[type="checkbox"].modal+div .card.big-modal
104 max-width: 90vw