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