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