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.
|
|
|
|
|
|
|
|
@import "common/foundation/variables";
|
|
|
|
@import "common/foundation/mixins";
|
|
|
|
|
|
|
|
#simple-container {
|
|
|
|
@include border-radius-all(10px);
|
2014-02-10 01:04:21 -05:00
|
|
|
background-color: $secondary;
|
2013-09-05 15:37:07 -04:00
|
|
|
padding: 20px;
|
|
|
|
width: 550px;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|