Attempt to select vue file in layout from app.locals variable
[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
e8e4adbd
BA
24@media screen and (max-width: 767px)
25 .button-group
26 flex-direction: row
27 button:not(:first-child)
28 border-left: 1px solid var(--button-group-border-color)
29 border-top: 0
30
9a3c9f79
BA
31a
32 text-decoration: underline
33
1d184b4c
BA
34.text-center
35 text-align: center
36
37.smallpad
38 padding: 5px
3acb852d
BA
39
40.emphasis
41 font-style: italic
42
a5d56686
BA
43.clickable
44 cursor: pointer
45
46.clearer
47 clear: both
48
3acb852d
BA
49.red
50 color: #cc3300
51
52.purple
53 color: purple
54
55.smallfont
56 font-size: 0.8em
57
9a3c9f79
BA
58.bigfont
59 font-size: 1.2em
60
3acb852d
BA
61[type="checkbox"].modal+div .card
62 max-width: 767px
63 max-height: 100vh
e6dcb115
BA
64[type="checkbox"].modal+div .card.small-modal
65 max-width: 320px
66[type="checkbox"].modal+div .card.big-modal
67 max-width: 90vw