mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 05:47:31 +08:00
ea326906e3
For consistency and and the ability to change all font sizes at once in the dev tools
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;
|
|
}
|
|
}
|