Get rid of ugly this.... calls
[vchess.git] / client / src / 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 16
7e355d68
BA
17div
18 padding: 0
19
20.section-content
21 *
22 margin-left: auto
23 margin-right: auto
24 max-width: 767px
25 figure.diagram-container
26 max-width: 1000px
27 @media screen and (max-width: 767px)
28 max-width: 100%
29 padding: 0 5px
e6dcb115 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
fd08ab2c
BA
38.right-menu
39 float: right
40 @media screen and (max-width: 767px)
41 .info-container
42 p
43 margin-right: 5px
44
4608eed9
BA
45a.right-menu
46 &:link, &:visited, &:hover
47 color: black
48
298c42e6
BA
49#settings, #contactForm
50 max-width: 767px
51 @media screen and (max-width: 767px)
52 max-width: 100vw
53
54#emailSent
55 color: blue
56 display: none
57
9a3c9f79
BA
58a
59 text-decoration: underline
60
1d184b4c
BA
61.text-center
62 text-align: center
63
64.smallpad
65 padding: 5px
3acb852d
BA
66
67.emphasis
68 font-style: italic
69
a5d56686
BA
70.clickable
71 cursor: pointer
72
73.clearer
74 clear: both
75
3acb852d
BA
76.red
77 color: #cc3300
78
79.purple
80 color: purple
81
82.smallfont
83 font-size: 0.8em
84
9a3c9f79
BA
85.bigfont
86 font-size: 1.2em
87
26c1e3bd
BA
88.bold
89 font-weight: bold
90
3acb852d
BA
91[type="checkbox"].modal+div .card
92 max-width: 767px
93 max-height: 100vh
e6dcb115
BA
94[type="checkbox"].modal+div .card.small-modal
95 max-width: 320px
96[type="checkbox"].modal+div .card.big-modal
97 max-width: 90vw