discourse/app/assets/stylesheets/common/base/request_access.scss
Jarek Radosz ea326906e3
DEV: Use css var font sizes (#18518)
For consistency and and the ability to change all font sizes at once in the dev tools
2022-10-12 15:31:59 +02:00

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;
}
}