gitea/public/less/_user.less

46 lines
599 B
Plaintext
Raw Normal View History

.user {
padding-top: 15px;
2015-08-20 06:18:49 -06:00
padding-bottom: @footer-margin * 2;
2015-08-18 13:36:16 -06:00
&.settings {
2015-09-10 09:40:34 -06:00
.list {
2015-08-18 13:40:23 -06:00
.item.ui.grid {
margin-top: 15px;
2015-08-18 13:36:16 -06:00
}
}
2015-09-10 09:40:34 -06:00
.email.list {
.item:not(:first-child) {
border-top: 1px solid #eaeaea;
height: 50px;
.button {
margin-top: -10px;
}
}
}
2015-08-18 13:36:16 -06:00
}
2015-11-16 09:11:59 -07:00
&.profile {
.ui.card {
.username {
display: block;
}
.extra.content {
padding: 0;
ul {
margin: 0;
padding: 0;
li {
padding: 10px;
list-style: none;
&:not(:last-child) {
border-bottom: 1px solid #eaeaea;
}
}
}
}
}
}
}