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

24 lines
452 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;
.account-created {
.ac-message {
font-size: 1.143em;
line-height: 24px;
}
.activation-controls {
button {
margin-right: 0.5em;
}
}
}
}