mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-27 20:52:53 +08:00
13 lines
231 B
SCSS
Vendored
13 lines
231 B
SCSS
Vendored
#request-access {
|
|
width: 325px;
|
|
margin: 0 auto;
|
|
input[type="text"] {
|
|
width: 320px;
|
|
height: 30px;
|
|
font-size: var(--font-up-3);
|
|
}
|
|
input[type="submit"] {
|
|
font-size: var(--font-up-3);
|
|
padding: 10px;
|
|
}
|
|
}
|