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