2013-09-06 03:37:07 +08:00
|
|
|
// 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);
|
2014-05-06 13:50:51 +08:00
|
|
|
background-color: $secondary;
|
2013-09-06 03:37:07 +08:00
|
|
|
padding: 20px;
|
|
|
|
width: 550px;
|
|
|
|
margin: 0 auto;
|
2017-05-03 01:21:46 +08:00
|
|
|
|
|
|
|
.account-created {
|
2017-05-03 03:57:55 +08:00
|
|
|
.ac-message {
|
2018-01-13 06:27:38 +08:00
|
|
|
font-size: $font-up-1;
|
|
|
|
line-height: $line-height-large;
|
2017-05-03 03:57:55 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.activation-controls {
|
|
|
|
button {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
2017-05-03 01:21:46 +08:00
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|