mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:25:53 +08:00
14 lines
203 B
SCSS
14 lines
203 B
SCSS
#request-access {
|
|
width: 325px;
|
|
margin: 0 auto;
|
|
input[type=text] {
|
|
width: 320px;
|
|
height: 30px;
|
|
font-size: 22px;
|
|
}
|
|
input[type=submit] {
|
|
font-size: 22px;
|
|
padding: 10px;
|
|
}
|
|
}
|