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