mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 16:18:42 -05:00
13 lines
203 B
SCSS
13 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;
|
|
}
|
|
}
|