|
1 | 1 | .wrapper { |
2 | | - display: grid; |
3 | | - grid-template-columns: auto 62.5%; |
4 | | - grid-column-gap: 24px; |
5 | | - height: 100%; |
6 | | - padding: 40px 24px; |
| 2 | + display: grid; |
| 3 | + grid-template-columns: auto 62.5%; |
| 4 | + grid-column-gap: 24px; |
| 5 | + height: 100%; |
| 6 | + padding: 40px 24px; |
7 | 7 | } |
8 | 8 |
|
9 | 9 | @media (width <= 600px) { |
10 | | - .wrapper { |
11 | | - display: flex; |
12 | | - flex-direction: column; |
13 | | - padding: 0; |
14 | | - } |
| 10 | + .wrapper { |
| 11 | + display: flex; |
| 12 | + flex-direction: column; |
| 13 | + padding: 0; |
| 14 | + } |
15 | 15 | } |
16 | 16 |
|
17 | 17 | .registrationTitle { |
18 | | - font-weight: 700 !important; |
19 | | - margin-top: -4px !important; |
20 | | - margin-bottom: 32px !important; |
| 18 | + font-weight: 700 !important; |
| 19 | + margin-top: -4px !important; |
| 20 | + margin-bottom: 32px !important; |
21 | 21 | } |
22 | 22 |
|
23 | 23 | .registrationTitle_mobile { |
24 | | - display: none; |
| 24 | + display: none; |
25 | 25 | } |
26 | 26 |
|
27 | 27 | @media (width <= 600px) { |
28 | | - .registrationTitle_desktop { |
29 | | - display: none; |
30 | | - } |
| 28 | + .registrationTitle_desktop { |
| 29 | + display: none; |
| 30 | + } |
31 | 31 |
|
32 | | - .registrationTitle_mobile { |
33 | | - display: initial; |
34 | | - } |
| 32 | + .registrationTitle_mobile { |
| 33 | + display: initial; |
| 34 | + } |
35 | 35 | } |
36 | 36 |
|
37 | | - |
38 | | - |
39 | | - |
40 | 37 | .registrationTitle__emphasis { |
41 | | - color: var(--color-accentedPalette-500) |
| 38 | + color: var(--color-accentedPalette-500); |
42 | 39 | } |
43 | 40 |
|
44 | 41 | .register-form-box { |
45 | | - display: flex; |
46 | | - flex-direction: column; |
47 | | - /* justify-content: space-between; */ |
48 | | - padding-bottom: 20px; |
| 42 | + display: flex; |
| 43 | + flex-direction: column; |
| 44 | + /* justify-content: space-between; */ |
| 45 | + padding-bottom: 20px; |
49 | 46 | } |
50 | 47 |
|
51 | 48 | @media (width <= 600px) { |
52 | | - .register-form-box { |
53 | | - height: 100%; |
54 | | - } |
| 49 | + .register-form-box { |
| 50 | + height: 100%; |
| 51 | + } |
55 | 52 | } |
56 | 53 |
|
57 | 54 | .register-form { |
58 | | - display: flex; |
59 | | - flex-direction: column; |
60 | | - height: 100%; |
61 | | - margin: auto; |
62 | | - padding: 0 48px; |
63 | | - width: 496px; |
| 55 | + display: flex; |
| 56 | + flex-direction: column; |
| 57 | + height: 100%; |
| 58 | + margin: auto; |
| 59 | + padding: 0 48px; |
| 60 | + width: 496px; |
64 | 61 | } |
65 | 62 |
|
66 | 63 | @media (width <= 600px) { |
67 | | - .register-form { |
68 | | - padding: 40px 9vw 0; |
69 | | - width: 100%; |
70 | | - } |
| 64 | + .register-form { |
| 65 | + padding: 40px 9vw 0; |
| 66 | + width: 100%; |
| 67 | + } |
71 | 68 | } |
72 | 69 |
|
73 | 70 | .mat-h1 { |
74 | | - align-self: center; |
75 | | - margin-top: 20px; |
76 | | - font-weight: 500; |
77 | | - text-align: center; |
78 | | - width: 75%; |
| 71 | + align-self: center; |
| 72 | + margin-top: 20px; |
| 73 | + font-weight: 500; |
| 74 | + text-align: center; |
| 75 | + width: 75%; |
79 | 76 | } |
80 | 77 |
|
81 | 78 | @media screen and (max-width: 600px) { |
82 | | - .mat-h1 { |
83 | | - margin-top: 32px; |
84 | | - margin-bottom: 32px; |
85 | | - width: 100%; |
86 | | - } |
| 79 | + .mat-h1 { |
| 80 | + margin-top: 32px; |
| 81 | + margin-bottom: 32px; |
| 82 | + width: 100%; |
| 83 | + } |
87 | 84 | } |
88 | 85 |
|
89 | 86 | .divider { |
90 | | - position: relative; |
91 | | - background-color: #E8E8E8; |
92 | | - height: 1px; |
93 | | - margin: 24px 0; |
94 | | - width: 100% |
| 87 | + position: relative; |
| 88 | + background-color: #e8e8e8; |
| 89 | + height: 1px; |
| 90 | + margin: 24px 0; |
| 91 | + width: 100%; |
95 | 92 | } |
96 | 93 |
|
97 | 94 | .divider__label { |
98 | | - position: absolute; |
99 | | - top: 50%; left: 50%; |
100 | | - transform: translate(-50%, -50%); |
101 | | - background-color: var(--mat-sidenav-content-background-color); |
102 | | - font-size: 14px; |
103 | | - padding: 0 16px; |
| 95 | + position: absolute; |
| 96 | + top: 50%; |
| 97 | + left: 50%; |
| 98 | + transform: translate(-50%, -50%); |
| 99 | + background-color: var(--mat-sidenav-content-background-color); |
| 100 | + font-size: 14px; |
| 101 | + padding: 0 16px; |
104 | 102 | } |
105 | 103 |
|
106 | 104 | @media screen and (max-width: 600px) { |
107 | | - #google_registration_button ::ng-deep iframe { |
108 | | - width: 100% !important; |
109 | | - } |
| 105 | + #google_registration_button ::ng-deep iframe { |
| 106 | + width: 100% !important; |
| 107 | + } |
110 | 108 | } |
111 | 109 |
|
112 | 110 | .password-field { |
113 | | - margin-top: 8px; |
| 111 | + margin-top: 8px; |
| 112 | +} |
| 113 | + |
| 114 | +.turnstile-widget { |
| 115 | + margin-top: 24px; |
114 | 116 | } |
115 | 117 |
|
116 | 118 | .submit-button { |
117 | | - margin-top: 64px; |
| 119 | + margin-top: 40px; |
118 | 120 | } |
119 | 121 |
|
120 | 122 | .register-image-box { |
121 | | - display: flex; |
122 | | - justify-content: flex-end; |
123 | | - align-items: flex-end; |
124 | | - background-color: var(--image-box-bg); |
125 | | - border-radius: 12px; |
126 | | - height: calc(100vh - 120px); |
127 | | - overflow: hidden; |
128 | | - padding-top: 3vw; |
| 123 | + display: flex; |
| 124 | + justify-content: flex-end; |
| 125 | + align-items: flex-end; |
| 126 | + background-color: var(--image-box-bg); |
| 127 | + border-radius: 12px; |
| 128 | + height: calc(100vh - 120px); |
| 129 | + overflow: hidden; |
| 130 | + padding-top: 3vw; |
129 | 131 | } |
130 | 132 |
|
131 | 133 | @media (prefers-color-scheme: light) { |
132 | | - .register-image-box { |
133 | | - --image-box-bg: #E8F1EA; |
134 | | - } |
| 134 | + .register-image-box { |
| 135 | + --image-box-bg: #e8f1ea; |
| 136 | + } |
135 | 137 | } |
136 | 138 |
|
137 | 139 | @media (prefers-color-scheme: dark) { |
138 | | - .register-image-box { |
139 | | - --image-box-bg: #636363; |
140 | | - } |
| 140 | + .register-image-box { |
| 141 | + --image-box-bg: #636363; |
| 142 | + } |
141 | 143 | } |
142 | 144 |
|
143 | 145 | @media screen and (max-width: 600px) { |
144 | | - .register-image-box { |
145 | | - display: none; |
146 | | - } |
| 146 | + .register-image-box { |
| 147 | + display: none; |
| 148 | + } |
147 | 149 | } |
148 | 150 |
|
149 | 151 | .password-visibility-button { |
150 | | - cursor: pointer; |
| 152 | + cursor: pointer; |
151 | 153 | } |
152 | 154 |
|
153 | 155 | .register-image { |
154 | | - height: 85vh; |
155 | | - margin-bottom: -5px; |
| 156 | + height: 85vh; |
| 157 | + margin-bottom: -5px; |
156 | 158 | } |
157 | 159 |
|
158 | 160 | .register-form .agreement { |
159 | | - margin-top: auto !important; |
| 161 | + margin-top: auto !important; |
160 | 162 | } |
161 | 163 |
|
162 | 164 | .link { |
163 | | - color: var(--color-accentedPalette-500); |
| 165 | + color: var(--color-accentedPalette-500); |
164 | 166 | } |
165 | 167 |
|
166 | 168 | .register-form__github-button { |
167 | | - background-color: #24292f; |
168 | | - margin-top: 20px; |
169 | | - padding: 6px; |
170 | | - width: 400px; |
| 169 | + background-color: #24292f; |
| 170 | + margin-top: 20px; |
| 171 | + padding: 6px; |
| 172 | + width: 400px; |
171 | 173 | } |
172 | 174 |
|
173 | 175 | @media (width <= 600px) { |
174 | | - .register-form__github-button { |
175 | | - width: auto; |
176 | | - } |
| 176 | + .register-form__github-button { |
| 177 | + width: auto; |
| 178 | + } |
177 | 179 | } |
178 | 180 |
|
179 | 181 | .register-form__github-button ::ng-deep .mdc-button__label { |
180 | | - display: flex; |
181 | | - justify-content: space-between; |
182 | | - width: 100%; |
| 182 | + display: flex; |
| 183 | + justify-content: space-between; |
| 184 | + width: 100%; |
183 | 185 | } |
184 | 186 |
|
185 | 187 | .register-form__github-caption { |
186 | | - flex: 1 0 auto; |
187 | | - color: #fff; |
188 | | - margin-top: 2px; |
189 | | - text-align: center; |
| 188 | + flex: 1 0 auto; |
| 189 | + color: #fff; |
| 190 | + margin-top: 2px; |
| 191 | + text-align: center; |
190 | 192 | } |
191 | 193 |
|
192 | 194 | .register-form__github-icon { |
193 | | - --mat-outlined-button-icon-spacing: 0; |
194 | | - --mat-outlined-button-icon-offset: 0; |
| 195 | + --mat-outlined-button-icon-spacing: 0; |
| 196 | + --mat-outlined-button-icon-offset: 0; |
195 | 197 |
|
196 | | - height: 24px !important; |
197 | | - width: 24px !important; |
| 198 | + height: 24px !important; |
| 199 | + width: 24px !important; |
198 | 200 | } |
199 | 201 |
|
200 | 202 | .register-form__github-icon ::ng-deep svg path { |
201 | | - fill: #fff; |
| 203 | + fill: #fff; |
202 | 204 | } |
0 commit comments