2015-08-31 18:20:23 -04:00
.explore {
2017-12-02 20:48:43 +01:00
padding-top: 15px;
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
.navbar {
2017-03-15 18:55:12 +00:00
justify-content: center;
padding-top: 15px !important;
margin-top: -15px !important;
margin-bottom: 15px !important;
2019-05-14 02:54:23 +02:00
background-color: #fafafa !important;
2017-03-15 18:55:12 +00:00
border-width: 1px !important;
2017-10-26 02:49:16 +02:00
2019-05-13 08:26:32 +02:00
.octicon {
width: 16px;
text-align: center;
margin-right: 5px;
}
}
2015-11-16 11:11:59 -05:00
}
2015-09-01 07:04:35 -04:00
2015-11-16 11:11:59 -05:00
.ui.repository.list {
2017-12-02 20:48:43 +01:00
.item {
padding-bottom: 25px;
2015-11-16 11:11:59 -05:00
2017-12-02 20:48:43 +01:00
&:not(:first-child) {
2019-05-14 02:54:23 +02:00
border-top: 1px solid #eeeeee;
2017-12-02 20:48:43 +01:00
padding-top: 25px;
}
2015-11-16 11:11:59 -05:00
2017-12-02 20:48:43 +01:00
.ui.header {
font-size: 1.5rem;
padding-bottom: 10px;
2016-01-11 20:41:43 +08:00
2017-12-02 20:48:43 +01:00
.name {
word-break: break-all;
}
2017-10-26 02:49:16 +02:00
2017-12-02 20:48:43 +01:00
.metas {
2019-05-14 02:54:23 +02:00
color: #888888;
2017-12-02 20:48:43 +01:00
font-size: 14px;
font-weight: normal;
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
span:not(:last-child) {
margin-right: 5px;
}
}
}
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
.time {
font-size: 12px;
color: #808080;
}
2019-05-13 08:26:32 +02:00
2019-04-15 20:59:30 +02:00
.ui.tags {
margin-bottom: 1em;
}
2019-05-30 05:22:26 +03:00
.ui.avatar.image {
width: 24px;
height: 24px;
}
2017-12-02 20:48:43 +01:00
}
2015-12-07 21:20:54 +01:00
}
2016-03-11 15:33:12 -05:00
2019-05-13 08:26:32 +02:00
.ui.repository.branches {
2019-07-17 20:02:41 +00:00
.info {
2017-12-02 20:48:43 +01:00
font-size: 12px;
color: #808080;
2019-07-17 20:02:41 +00:00
display: flex;
white-space: pre;
.commit-message {
max-width: 72em;
overflow: hidden;
text-overflow: ellipsis;
}
2017-12-02 20:48:43 +01:00
}
2019-07-29 04:27:05 +02:00
.overflow-visible {
overflow: visible;
}
2017-10-26 02:49:16 +02:00
}
2016-03-11 15:33:12 -05:00
.ui.user.list {
2017-12-02 20:48:43 +01:00
.item {
padding-bottom: 25px;
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
&:not(:first-child) {
2019-05-14 02:54:23 +02:00
border-top: 1px solid #eeeeee;
2017-12-02 20:48:43 +01:00
padding-top: 25px;
}
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
.ui.avatar.image {
width: 40px;
height: 40px;
}
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
.description {
margin-top: 5px;
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
.octicon:not(:first-child) {
margin-left: 5px;
}
2016-03-11 15:33:12 -05:00
2017-12-02 20:48:43 +01:00
a {
2019-05-14 02:54:23 +02:00
color: #333333;
2019-05-13 08:26:32 +02:00
2017-12-02 20:48:43 +01:00
&:hover {
text-decoration: underline;
}
}
}
}
2017-03-15 18:55:12 +00:00
}