mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:24:03 +08:00
11 lines
265 B
SCSS
11 lines
265 B
SCSS
// 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;
|
|
padding: 20px;
|
|
width: 550px;
|
|
margin: 0 auto;
|
|
}
|