2016-04-23 09:19:02 -04:00
|
|
|
.MailPage {
|
2021-02-18 15:45:43 -08:00
|
|
|
padding-bottom: 30px;
|
2016-04-16 12:04:54 -04:00
|
|
|
|
|
|
|
@media @desktop-up {
|
|
|
|
.container {
|
|
|
|
max-width: 600px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2021-02-18 15:45:43 -08:00
|
|
|
button, .Alert {
|
2020-01-24 15:17:54 +01:00
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
2016-04-16 12:04:54 -04:00
|
|
|
|
2021-02-18 15:45:43 -08:00
|
|
|
ul {
|
2020-01-24 15:17:54 +01:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2016-04-16 12:04:54 -04:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-04-23 09:19:02 -04:00
|
|
|
.MailPage-MailSettings-input {
|
|
|
|
|
|
|
|
label {
|
2020-01-24 15:26:20 +01:00
|
|
|
display: block;
|
2016-04-23 09:19:02 -04:00
|
|
|
margin-bottom: 7px;
|
2016-04-16 12:04:54 -04:00
|
|
|
}
|
|
|
|
|
2019-03-15 17:54:14 +01:00
|
|
|
.Select {
|
|
|
|
display: block;
|
|
|
|
}
|
2016-04-16 12:04:54 -04:00
|
|
|
}
|