mirror of
https://github.com/discourse/discourse.git
synced 2024-12-19 20:24:06 +08:00
77a8a4083a
This reverts commitb537de3ca5
, reversing changes made tob925827e5b
.
14 lines
356 B
SCSS
14 lines
356 B
SCSS
// 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);
|
|
background-color: $primary_background_color;
|
|
padding: 20px;
|
|
width: 550px;
|
|
margin: 0 auto;
|
|
}
|