mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:09:35 +08:00
174d392e5a
Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
14 lines
219 B
SCSS
14 lines
219 B
SCSS
#request-access {
|
|
width: 325px;
|
|
margin: 0 auto;
|
|
input[type="text"] {
|
|
width: 320px;
|
|
height: 30px;
|
|
font-size: $font-up-3;
|
|
}
|
|
input[type="submit"] {
|
|
font-size: $font-up-3;
|
|
padding: 10px;
|
|
}
|
|
}
|