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

24 lines
456 B
SCSS
Raw Normal View History

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 {
2018-07-12 16:38:51 -04:00
border-radius: 10px;
background-color: $secondary;
2013-09-05 15:37:07 -04:00
padding: 20px;
width: 550px;
margin: 0 auto;
.account-created {
.ac-message {
2018-01-12 17:27:38 -05:00
font-size: $font-up-1;
line-height: $line-height-large;
}
.activation-controls {
button {
margin-right: 0.5em;
}
}
}
2013-09-05 15:37:07 -04:00
}