discourse/app/assets/stylesheets/common/base/activation.scss

11 lines
265 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// Styles used before the user is logged into discourse. For example, activating their
// account or changing their email.
#simple-container {
@include border-radius-all(10px);
background-color: $secondary;
2013-09-05 15:37:07 -04:00
padding: 20px;
width: 550px;
margin: 0 auto;
}