author | ymh <ymh.work@gmail.com> |
Fri, 05 Sep 2025 18:40:08 +0200 | |
changeset 21 | 48c4eec2b7e6 |
parent 19 | 3d72ae0968f4 |
child 22 | 8c2e4d02f4ef |
permissions | -rw-r--r-- |
16 | 1 |
/*! This file is auto-generated */ |
5 | 2 |
html, |
3 |
body { |
|
4 |
height: 100%; |
|
5 |
margin: 0; |
|
6 |
padding: 0; |
|
7 |
} |
|
8 |
||
9 |
body { |
|
18 | 10 |
background: #f0f0f1; |
5 | 11 |
min-width: 0; |
18 | 12 |
color: #3c434a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
13 |
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; |
5 | 14 |
font-size: 13px; |
16 | 15 |
line-height: 1.4; |
5 | 16 |
} |
17 |
||
18 |
a { |
|
18 | 19 |
color: #2271b1; |
5 | 20 |
transition-property: border, background, color; |
21 |
transition-duration: .05s; |
|
22 |
transition-timing-function: ease-in-out; |
|
23 |
} |
|
24 |
||
25 |
a { |
|
26 |
outline: 0; |
|
27 |
} |
|
28 |
||
29 |
a:hover, |
|
30 |
a:active { |
|
18 | 31 |
color: #135e96; |
5 | 32 |
} |
33 |
||
34 |
a:focus { |
|
18 | 35 |
color: #043959; |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
36 |
box-shadow: 0 0 0 2px #2271b1; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
37 |
/* Only visible in Windows High Contrast mode */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
38 |
outline: 2px solid transparent; |
5 | 39 |
} |
40 |
||
41 |
p { |
|
42 |
line-height: 1.5; |
|
43 |
} |
|
44 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
45 |
.login .message, |
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
46 |
.login .notice, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
47 |
.login .success { |
18 | 48 |
border-right: 4px solid #72aee6; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
49 |
padding: 12px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
50 |
margin-right: 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
51 |
margin-bottom: 20px; |
5 | 52 |
background-color: #fff; |
9 | 53 |
box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1); |
19 | 54 |
word-wrap: break-word; |
5 | 55 |
} |
56 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
57 |
.login .success { |
18 | 58 |
border-right-color: #00a32a; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
59 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
60 |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
61 |
/* Match border color from common.css */ |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
62 |
.login .notice-error { |
18 | 63 |
border-right-color: #d63638; |
5 | 64 |
} |
65 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
66 |
.login .login-error-list { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
67 |
list-style: none; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
68 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
69 |
|
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
70 |
.login .login-error-list li + li { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
71 |
margin-top: 4px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
72 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
73 |
|
5 | 74 |
#loginform p.submit, |
75 |
.login-action-lostpassword p.submit { |
|
76 |
border: none; |
|
77 |
margin: -10px 0 20px; /* May want to revisit this */ |
|
78 |
} |
|
79 |
||
80 |
.login * { |
|
81 |
margin: 0; |
|
82 |
padding: 0; |
|
83 |
} |
|
84 |
||
9 | 85 |
.login .input::-ms-clear { |
86 |
display: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
87 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
88 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
89 |
.login .pw-weak { |
9 | 90 |
margin-bottom: 15px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
91 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
92 |
|
16 | 93 |
.login .button.wp-hide-pw { |
9 | 94 |
background: transparent; |
95 |
border: 1px solid transparent; |
|
96 |
box-shadow: none; |
|
97 |
font-size: 14px; |
|
98 |
line-height: 2; |
|
16 | 99 |
width: 2.5rem; |
100 |
height: 2.5rem; |
|
101 |
min-width: 40px; |
|
102 |
min-height: 40px; |
|
9 | 103 |
margin: 0; |
104 |
padding: 5px 9px; |
|
105 |
position: absolute; |
|
106 |
left: 0; |
|
107 |
top: 0; |
|
108 |
} |
|
109 |
||
16 | 110 |
.login .button.wp-hide-pw:hover { |
9 | 111 |
background: transparent; |
112 |
} |
|
113 |
||
16 | 114 |
.login .button.wp-hide-pw:focus { |
9 | 115 |
background: transparent; |
18 | 116 |
border-color: #3582c4; |
117 |
box-shadow: 0 0 0 1px #3582c4; |
|
16 | 118 |
/* Only visible in Windows High Contrast mode */ |
119 |
outline: 2px solid transparent; |
|
9 | 120 |
} |
121 |
||
16 | 122 |
.login .button.wp-hide-pw:active { |
9 | 123 |
background: transparent; |
124 |
box-shadow: none; |
|
125 |
transform: none; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
126 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
127 |
|
16 | 128 |
.login .button.wp-hide-pw .dashicons { |
129 |
width: 1.25rem; |
|
130 |
height: 1.25rem; |
|
131 |
top: 0.25rem; |
|
132 |
} |
|
133 |
||
134 |
.login .wp-pwd { |
|
135 |
position: relative; |
|
136 |
} |
|
137 |
||
138 |
.no-js .hide-if-no-js { |
|
139 |
display: none; |
|
140 |
} |
|
141 |
||
5 | 142 |
.login form { |
143 |
margin-top: 20px; |
|
144 |
margin-right: 0; |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
145 |
padding: 26px 24px; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
146 |
font-weight: 400; |
5 | 147 |
overflow: hidden; |
148 |
background: #fff; |
|
18 | 149 |
border: 1px solid #c3c4c7; |
16 | 150 |
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04); |
151 |
} |
|
152 |
||
153 |
.login form.shake { |
|
154 |
animation: shake 0.2s cubic-bezier(.19,.49,.38,.79) both; |
|
155 |
animation-iteration-count: 3; |
|
156 |
transform: translateX(0); |
|
157 |
} |
|
158 |
||
159 |
@keyframes shake { |
|
160 |
25% { |
|
161 |
transform: translateX(20px); |
|
162 |
} |
|
163 |
75% { |
|
164 |
transform: translateX(-20px); |
|
165 |
} |
|
166 |
100% { |
|
167 |
transform: translateX(0); |
|
168 |
} |
|
169 |
} |
|
170 |
||
171 |
@media (prefers-reduced-motion: reduce) { |
|
172 |
.login form.shake { |
|
173 |
animation: none; |
|
174 |
transform: none; |
|
175 |
} |
|
176 |
} |
|
177 |
||
178 |
.login-action-confirm_admin_email #login { |
|
179 |
width: 60vw; |
|
180 |
max-width: 650px; |
|
181 |
margin-top: -2vh; |
|
182 |
} |
|
183 |
||
184 |
@media screen and (max-width: 782px) { |
|
185 |
.login-action-confirm_admin_email #login { |
|
186 |
box-sizing: border-box; |
|
187 |
margin-top: 0; |
|
188 |
padding-right: 4vw; |
|
189 |
padding-left: 4vw; |
|
190 |
width: 100vw; |
|
191 |
} |
|
5 | 192 |
} |
193 |
||
194 |
.login form .forgetmenot { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
195 |
font-weight: 400; |
5 | 196 |
float: right; |
197 |
margin-bottom: 0; |
|
198 |
} |
|
199 |
||
200 |
.login .button-primary { |
|
201 |
float: left; |
|
202 |
} |
|
203 |
||
18 | 204 |
.login .reset-pass-submit { |
205 |
display: flex; |
|
206 |
flex-flow: row wrap; |
|
207 |
justify-content: space-between; |
|
208 |
} |
|
209 |
||
210 |
.login .reset-pass-submit .button { |
|
211 |
display: inline-block; |
|
212 |
float: none; |
|
213 |
margin-bottom: 6px; |
|
214 |
} |
|
215 |
||
16 | 216 |
.login .admin-email-confirm-form .submit { |
217 |
text-align: center; |
|
218 |
} |
|
219 |
||
220 |
.admin-email__later { |
|
221 |
text-align: right; |
|
222 |
} |
|
223 |
||
224 |
.login form p.admin-email__details { |
|
225 |
margin: 1.1em 0; |
|
226 |
} |
|
227 |
||
228 |
.login h1.admin-email__heading { |
|
18 | 229 |
border-bottom: 1px #f0f0f1 solid; |
230 |
color: #50575e; |
|
16 | 231 |
font-weight: normal; |
232 |
padding-bottom: 0.5em; |
|
233 |
text-align: right; |
|
234 |
} |
|
235 |
||
236 |
.admin-email__actions div { |
|
237 |
padding-top: 1.5em; |
|
238 |
} |
|
239 |
||
240 |
.login .admin-email__actions .button-primary { |
|
241 |
float: none; |
|
242 |
margin-right: 0.25em; |
|
243 |
margin-left: 0.25em; |
|
244 |
} |
|
245 |
||
5 | 246 |
#login form p { |
247 |
margin-bottom: 0; |
|
248 |
} |
|
249 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
250 |
#login form .indicator-hint, |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
251 |
#login #reg_passmail { |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
252 |
margin-bottom: 16px; |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
253 |
} |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
254 |
|
5 | 255 |
#login form p.submit { |
256 |
margin: 0; |
|
257 |
padding: 0; |
|
258 |
} |
|
259 |
||
260 |
.login label { |
|
261 |
font-size: 14px; |
|
16 | 262 |
line-height: 1.5; |
263 |
display: inline-block; |
|
264 |
margin-bottom: 3px; |
|
5 | 265 |
} |
266 |
||
16 | 267 |
.login .forgetmenot label, |
268 |
.login .pw-weak label { |
|
269 |
line-height: 1.5; |
|
270 |
vertical-align: baseline; |
|
5 | 271 |
} |
272 |
||
273 |
.login h1 { |
|
274 |
text-align: center; |
|
275 |
} |
|
276 |
||
277 |
.login h1 a { |
|
278 |
background-image: url(../images/w-logo-blue.png?ver=20131202); |
|
279 |
background-image: none, url(../images/wordpress-logo.svg?ver=20131107); |
|
280 |
background-size: 84px; |
|
281 |
background-position: center top; |
|
282 |
background-repeat: no-repeat; |
|
18 | 283 |
color: #3c434a; |
5 | 284 |
height: 84px; |
285 |
font-size: 20px; |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
286 |
font-weight: 400; |
16 | 287 |
line-height: 1.3; |
5 | 288 |
margin: 0 auto 25px; |
289 |
padding: 0; |
|
290 |
text-decoration: none; |
|
291 |
width: 84px; |
|
292 |
text-indent: -9999px; |
|
293 |
outline: none; |
|
294 |
overflow: hidden; |
|
295 |
display: block; |
|
296 |
} |
|
297 |
||
298 |
#login { |
|
299 |
width: 320px; |
|
19 | 300 |
padding: 5% 0 0; |
5 | 301 |
margin: auto; |
302 |
} |
|
303 |
||
304 |
.login #nav, |
|
305 |
.login #backtoblog { |
|
306 |
font-size: 13px; |
|
19 | 307 |
padding: 0 24px; |
5 | 308 |
} |
309 |
||
310 |
.login #nav { |
|
19 | 311 |
margin: 24px 0 0; |
5 | 312 |
} |
313 |
||
314 |
#backtoblog { |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
315 |
margin: 16px 0; |
19 | 316 |
word-wrap: break-word; |
5 | 317 |
} |
318 |
||
319 |
.login #nav a, |
|
320 |
.login #backtoblog a { |
|
321 |
text-decoration: none; |
|
18 | 322 |
color: #50575e; |
5 | 323 |
} |
324 |
||
325 |
.login #nav a:hover, |
|
326 |
.login #backtoblog a:hover, |
|
327 |
.login h1 a:hover { |
|
18 | 328 |
color: #135e96; |
5 | 329 |
} |
330 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
331 |
.login #nav a:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
332 |
.login #backtoblog a:focus, |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
333 |
.login h1 a:focus { |
18 | 334 |
color: #043959; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
335 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
336 |
|
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
337 |
.login .privacy-policy-page-link { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
338 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
339 |
width: 100%; |
19 | 340 |
margin: 3em 0 2em; |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
341 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
342 |
|
5 | 343 |
.login form .input, |
16 | 344 |
.login input[type="text"], |
345 |
.login input[type="password"] { |
|
5 | 346 |
font-size: 24px; |
16 | 347 |
line-height: 1.33333333; /* 32px */ |
5 | 348 |
width: 100%; |
16 | 349 |
border-width: 0.0625rem; |
350 |
padding: 0.1875rem 0.3125rem; /* 3px 5px */ |
|
351 |
margin: 0 0 16px 6px; |
|
352 |
min-height: 40px; |
|
353 |
max-height: none; |
|
5 | 354 |
} |
355 |
||
18 | 356 |
.login input.password-input { |
357 |
font-family: Consolas, Monaco, monospace; |
|
358 |
} |
|
359 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
360 |
.js.login input.password-input { |
16 | 361 |
padding-left: 2.5rem; |
9 | 362 |
} |
363 |
||
5 | 364 |
.login form .input, |
365 |
.login input[type="text"], |
|
366 |
.login form input[type="checkbox"] { |
|
18 | 367 |
background: #fff; |
5 | 368 |
} |
369 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
370 |
.js.login-action-resetpass input[type="text"], |
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
371 |
.js.login-action-resetpass input[type="password"], |
16 | 372 |
.js.login-action-rp input[type="text"], |
373 |
.js.login-action-rp input[type="password"] { |
|
374 |
margin-bottom: 0; |
|
5 | 375 |
} |
376 |
||
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
377 |
.login #pass-strength-result { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
378 |
font-weight: 600; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
379 |
margin: -1px 0 16px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
380 |
padding: 6px 5px; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
381 |
text-align: center; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
382 |
width: 100%; |
5 | 383 |
} |
384 |
||
385 |
body.interim-login { |
|
386 |
height: auto; |
|
387 |
} |
|
388 |
||
389 |
.interim-login #login { |
|
390 |
padding: 0; |
|
391 |
margin: 5px auto 20px; |
|
392 |
} |
|
393 |
||
394 |
.interim-login.login h1 a { |
|
395 |
width: auto; |
|
396 |
} |
|
397 |
||
398 |
.interim-login #login_error, |
|
399 |
.interim-login.login .message { |
|
400 |
margin: 0 0 16px; |
|
401 |
} |
|
402 |
||
403 |
.interim-login.login form { |
|
404 |
margin: 0; |
|
405 |
} |
|
406 |
||
16 | 407 |
/* Hide visually but not from screen readers */ |
408 |
.screen-reader-text, |
|
409 |
.screen-reader-text span { |
|
410 |
border: 0; |
|
411 |
clip: rect(1px, 1px, 1px, 1px); |
|
412 |
clip-path: inset(50%); |
|
413 |
height: 1px; |
|
414 |
margin: -1px; |
|
415 |
overflow: hidden; |
|
416 |
padding: 0; |
|
417 |
position: absolute; |
|
418 |
width: 1px; |
|
419 |
word-wrap: normal !important; /* many screen reader and browser combinations announce broken words as they would appear visually */ |
|
420 |
} |
|
421 |
||
422 |
/* Hide the Edge "reveal password" native button */ |
|
423 |
input::-ms-reveal { |
|
424 |
display: none; |
|
425 |
} |
|
426 |
||
19 | 427 |
#language-switcher { |
428 |
padding: 0; |
|
429 |
overflow: visible; |
|
430 |
background: none; |
|
431 |
border: none; |
|
432 |
box-shadow: none; |
|
433 |
} |
|
434 |
||
435 |
#language-switcher select { |
|
436 |
margin-left: 0.25em; |
|
437 |
} |
|
438 |
||
439 |
.language-switcher { |
|
440 |
margin: 0 auto; |
|
441 |
padding: 0 0 24px; |
|
442 |
text-align: center; |
|
443 |
} |
|
444 |
||
445 |
.language-switcher label { |
|
446 |
margin-left: 0.25em; |
|
447 |
} |
|
448 |
||
449 |
.language-switcher label .dashicons { |
|
450 |
width: auto; |
|
451 |
height: auto; |
|
452 |
} |
|
453 |
||
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
454 |
.login .language-switcher .button { |
19 | 455 |
margin-bottom: 0; |
456 |
} |
|
457 |
||
9 | 458 |
@media screen and (max-height: 550px) { |
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
459 |
#login { |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
460 |
padding: 20px 0; |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
461 |
} |
19 | 462 |
|
463 |
#language-switcher { |
|
464 |
margin-top: 0; |
|
465 |
} |
|
7
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
466 |
} |
cf61fcea0001
resynchronize code repo with production
ymh <ymh.work@gmail.com>
parents:
5
diff
changeset
|
467 |
|
16 | 468 |
|
9 | 469 |
@media screen and (max-width: 782px) { |
5 | 470 |
.interim-login input[type=checkbox] { |
16 | 471 |
width: 1rem; |
472 |
height: 1rem; |
|
5 | 473 |
} |
474 |
||
475 |
.interim-login input[type=checkbox]:checked:before { |
|
16 | 476 |
width: 1.3125rem; |
477 |
height: 1.3125rem; |
|
478 |
margin: -0.1875rem -0.25rem 0 0; |
|
5 | 479 |
} |
19 | 480 |
|
481 |
#language-switcher label, |
|
482 |
#language-switcher select { |
|
483 |
margin-left: 0; |
|
484 |
} |
|
5 | 485 |
} |
19 | 486 |
|
487 |
@media screen and (max-width: 400px) { |
|
21
48c4eec2b7e6
Add CLAUDE.md documentation and sync WordPress core files
ymh <ymh.work@gmail.com>
parents:
19
diff
changeset
|
488 |
.login .language-switcher .button { |
19 | 489 |
display: block; |
490 |
margin: 5px auto 0; |
|
491 |
} |
|
492 |
} |