bench-forgejo/public/less/_user.less

50 lines
649 B
Plaintext
Raw Normal View History

.user {
padding-top: 15px;
2015-08-20 17:48:49 +05:30
padding-bottom: @footer-margin * 2;
2015-08-19 01:06:16 +05:30
&.settings {
2015-09-10 21:10:34 +05:30
.list {
2015-08-19 01:10:23 +05:30
.item.ui.grid {
margin-top: 15px;
2015-08-19 01:06:16 +05:30
}
}
2015-09-10 21:10:34 +05:30
.email.list {
.item:not(:first-child) {
border-top: 1px solid #eaeaea;
height: 50px;
.button {
margin-top: -10px;
}
}
}
2015-08-19 01:06:16 +05:30
}
2015-11-16 21:41:59 +05:30
&.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;
}
}
}
}
}
2015-11-17 12:48:05 +05:30
.ui.repository.list {
margin-top: 25px;
}
2015-11-16 21:41:59 +05:30
}
}