2015-08-18 12:49:44 -06:00
|
|
|
.user {
|
2015-12-21 05:24:11 -07:00
|
|
|
&:not(.icon) {
|
|
|
|
padding-top: 15px;
|
|
|
|
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;
|
|
|
|
}
|
2015-12-21 05:24:11 -07:00
|
|
|
|
|
|
|
.octicon {
|
|
|
|
margin-left: 1px;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.follow {
|
|
|
|
.ui.button {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
}
|
2015-11-16 09:11:59 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2015-11-17 00:18:05 -07:00
|
|
|
|
|
|
|
.ui.repository.list {
|
|
|
|
margin-top: 25px;
|
|
|
|
}
|
2015-11-16 09:11:59 -07:00
|
|
|
}
|
2015-12-21 05:24:11 -07:00
|
|
|
|
|
|
|
&.followers {
|
|
|
|
.header.name {
|
|
|
|
font-size: 20px;
|
|
|
|
line-height: 24px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.follow {
|
|
|
|
.ui.button {
|
|
|
|
padding: 8px 15px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-12-30 11:49:54 -07:00
|
|
|
|
|
|
|
&.notification {
|
|
|
|
.octicon {
|
|
|
|
float: left;
|
|
|
|
font-size: 2em;
|
|
|
|
}
|
|
|
|
.content {
|
|
|
|
float: left;
|
|
|
|
margin-left: 7px;
|
|
|
|
}
|
|
|
|
|
2017-01-17 18:18:55 -07:00
|
|
|
table {
|
|
|
|
form {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
|
2017-01-11 21:27:09 -07:00
|
|
|
button {
|
2017-01-17 18:18:55 -07:00
|
|
|
padding: 3px 3px 3px 5px;
|
2017-01-11 21:27:09 -07:00
|
|
|
}
|
|
|
|
|
2017-01-17 18:18:55 -07:00
|
|
|
tr {
|
|
|
|
cursor: pointer;
|
2017-01-11 21:27:09 -07:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2016-12-30 11:49:54 -07:00
|
|
|
.octicon-issue-opened, .octicon-git-pull-request {
|
2017-01-02 11:40:50 -07:00
|
|
|
color: #21ba45;
|
2016-12-30 11:49:54 -07:00
|
|
|
}
|
|
|
|
.octicon-issue-closed {
|
2017-01-02 11:40:50 -07:00
|
|
|
color: #d01919;
|
2016-12-30 11:49:54 -07:00
|
|
|
}
|
|
|
|
.octicon-git-merge {
|
2017-01-02 11:40:50 -07:00
|
|
|
color: #a333c8;
|
2016-12-30 11:49:54 -07:00
|
|
|
}
|
2017-01-11 21:27:09 -07:00
|
|
|
.octicon-pin {
|
|
|
|
color: #2185d0;
|
|
|
|
}
|
2016-12-30 11:49:54 -07:00
|
|
|
}
|
2015-12-07 13:20:54 -07:00
|
|
|
}
|