2015-08-19 03:49:44 +09:00
|
|
|
.user {
|
|
|
|
padding-top: 15px;
|
2015-08-20 21:18:49 +09:00
|
|
|
padding-bottom: @footer-margin * 2;
|
2015-08-19 04:36:16 +09:00
|
|
|
|
|
|
|
&.settings {
|
2015-09-11 00:40:34 +09:00
|
|
|
.list {
|
2015-08-19 04:40:23 +09:00
|
|
|
.item.ui.grid {
|
|
|
|
margin-top: 15px;
|
2015-08-19 04:36:16 +09:00
|
|
|
}
|
|
|
|
}
|
2015-09-11 00:40:34 +09:00
|
|
|
.email.list {
|
|
|
|
.item:not(:first-child) {
|
|
|
|
border-top: 1px solid #eaeaea;
|
|
|
|
height: 50px;
|
|
|
|
.button {
|
|
|
|
margin-top: -10px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-08-19 04:36:16 +09:00
|
|
|
}
|
2015-08-19 03:49:44 +09:00
|
|
|
}
|