Advance on users management. TODO: routes/users + debug + test
[vchess.git] / public / stylesheets / layout.sass
CommitLineData
b57dbd12
BA
1@import users
2
1d184b4c 3html, *
1d184b4c 4 font-family: "Open Sans", Arial, sans-serif
d5973790 5 --back-color: #f2f2f2
9a3c9f79
BA
6 --a-link-color: blue
7 --a-visited-color: blue
1d184b4c
BA
8
9body
0bf75837 10 padding: 0
d5973790 11 min-width: 320px
6a01d4f7 12
e6dcb115
BA
13.container
14 padding: 0
6f7f7893 15 overflow: hidden
e6dcb115
BA
16
17.row
18 div
19 padding: 0
20 .section-content
21 *
0596f5e7
BA
22 margin-left: auto
23 margin-right: auto
24 max-width: 767px
25 figure.diagram-container
26 max-width: 1000px
e6dcb115 27 @media screen and (max-width: 767px)
0596f5e7 28 max-width: 100%
e6dcb115
BA
29 padding: 0 5px
30
e8e4adbd
BA
31@media screen and (max-width: 767px)
32 .button-group
33 flex-direction: row
34 button:not(:first-child)
35 border-left: 1px solid var(--button-group-border-color)
36 border-top: 0
37
298c42e6
BA
38#settings, #contactForm
39 max-width: 767px
40 @media screen and (max-width: 767px)
41 max-width: 100vw
42
43#emailSent
44 color: blue
45 display: none
46
47footer
48 height: 77px
49 background-color: #000033
50 div
51 line-height: 77px
52 a
53 margin: 0 10px 0 0
54 display: inline-block
55 &:visited, &:link
56 color: white
57 p
58 margin: 0 0 0 10px
59 display: inline-block
60 color: white
61 text-decoration: underline
62 @media screen and (max-width: 767px)
63 height: 43px
64 div
65 line-height: 43px
66
9a3c9f79
BA
67a
68 text-decoration: underline
69
1d184b4c
BA
70.text-center
71 text-align: center
72
73.smallpad
74 padding: 5px
3acb852d
BA
75
76.emphasis
77 font-style: italic
78
a5d56686
BA
79.clickable
80 cursor: pointer
81
82.clearer
83 clear: both
84
3acb852d
BA
85.red
86 color: #cc3300
87
88.purple
89 color: purple
90
91.smallfont
92 font-size: 0.8em
93
9a3c9f79
BA
94.bigfont
95 font-size: 1.2em
96
26c1e3bd
BA
97.bold
98 font-weight: bold
99
3acb852d
BA
100[type="checkbox"].modal+div .card
101 max-width: 767px
102 max-height: 100vh
e6dcb115
BA
103[type="checkbox"].modal+div .card.small-modal
104 max-width: 320px
105[type="checkbox"].modal+div .card.big-modal
106 max-width: 90vw