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