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