2015-08-19 02:49:44 +08:00
|
|
|
.user {
|
2015-12-21 04:24:11 -08:00
|
|
|
&:not(.icon) {
|
|
|
|
|
padding-top: 15px;
|
|
|
|
|
padding-bottom: @footer-margin * 2;
|
|
|
|
|
}
|
2015-08-19 03:36:16 +08:00
|
|
|
|
|
|
|
|
&.settings {
|
2015-09-10 11:40:34 -04:00
|
|
|
.list {
|
2015-08-19 03:40:23 +08:00
|
|
|
.item.ui.grid {
|
|
|
|
|
margin-top: 15px;
|
2015-08-19 03:36:16 +08:00
|
|
|
}
|
|
|
|
|
}
|
2015-09-10 11:40:34 -04:00
|
|
|
.email.list {
|
|
|
|
|
.item:not(:first-child) {
|
|
|
|
|
border-top: 1px solid #eaeaea;
|
|
|
|
|
height: 50px;
|
|
|
|
|
.button {
|
|
|
|
|
margin-top: -10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-04-07 15:08:53 -04:00
|
|
|
.item .ui.primary.label {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
&.sshkeys,
|
|
|
|
|
&.applications {
|
|
|
|
|
.right.floated.button {
|
|
|
|
|
padding-top: 1rem;
|
|
|
|
|
padding-bottom: 1rem;
|
|
|
|
|
}
|
2015-09-10 11:40:34 -04:00
|
|
|
}
|
2017-04-06 00:14:30 -04:00
|
|
|
&.security {
|
|
|
|
|
.two-factor .toggle.button {
|
|
|
|
|
margin-top: -5px;
|
2017-01-27 22:36:45 -05:00
|
|
|
}
|
|
|
|
|
}
|
2017-03-23 14:28:31 -04:00
|
|
|
&.repositories .repos {
|
|
|
|
|
padding: 0;
|
|
|
|
|
.item {
|
|
|
|
|
padding: 15px;
|
|
|
|
|
height: 46px;
|
|
|
|
|
.button {
|
|
|
|
|
margin-top: -5px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2017-04-06 00:14:30 -04:00
|
|
|
&.organizations .orgs {
|
|
|
|
|
&.non-empty {
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
.item {
|
|
|
|
|
padding: 10px;
|
|
|
|
|
.button {
|
|
|
|
|
margin-top: 5px;
|
|
|
|
|
margin-right: 8px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-08-19 03:36:16 +08:00
|
|
|
}
|
2015-11-16 11:11:59 -05:00
|
|
|
|
|
|
|
|
&.profile {
|
|
|
|
|
.ui.card {
|
2018-12-06 22:58:02 -05:00
|
|
|
.profile-avatar {
|
|
|
|
|
height: 287px;
|
|
|
|
|
}
|
2017-03-23 20:24:02 -04:00
|
|
|
.header {
|
|
|
|
|
word-break: break-all;
|
|
|
|
|
}
|
2015-11-16 11:11:59 -05:00
|
|
|
.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-12-21 04:24:11 -08:00
|
|
|
|
|
|
|
|
.octicon {
|
|
|
|
|
margin-left: 1px;
|
|
|
|
|
margin-right: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
&.follow {
|
|
|
|
|
.ui.button {
|
|
|
|
|
width: 100%;
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-11-16 11:11:59 -05:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-11-17 02:18:05 -05:00
|
|
|
|
|
|
|
|
.ui.repository.list {
|
|
|
|
|
margin-top: 25px;
|
|
|
|
|
}
|
2015-11-16 11:11:59 -05:00
|
|
|
}
|
2015-12-21 04:24:11 -08:00
|
|
|
|
|
|
|
|
&.followers {
|
|
|
|
|
.header.name {
|
|
|
|
|
font-size: 20px;
|
|
|
|
|
line-height: 24px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.follow {
|
|
|
|
|
.ui.button {
|
|
|
|
|
padding: 8px 15px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
2015-12-07 21:20:54 +01:00
|
|
|
}
|