0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-12-26 01:14:10 -05:00
forgejo/public/less/_user.less

21 lines
295 B
Text
Raw Normal View History

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