mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 03:40:45 +08:00
14 lines
231 B
SCSS
14 lines
231 B
SCSS
#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;
|
|
}
|
|
}
|