This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/stylesheets/common/base/request_access.scss

14 lines
209 B
SCSS

#request-access {
width: 325px;
margin: 0 auto;
input[type=text] {
width: 320px;
height: 30px;
font-size: 1.571em;
}
input[type=submit] {
font-size: 1.571em;
padding: 10px;
}
}