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);
|
2014-05-06 01:50:51 -04:00
|
|
|
background-color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
padding: 20px;
|
|
|
|
width: 550px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|