gitea/public/less/_user.less

21 lines
295 B
Plaintext
Raw Normal View History

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