2015-09-01 03:50:23 +05:30
|
|
|
.explore {
|
2020-08-26 01:18:53 +05:30
|
|
|
.navbar {
|
|
|
|
justify-content: center;
|
|
|
|
margin-bottom: 15px !important;
|
2020-11-27 01:03:28 +05:30
|
|
|
background-color: var(--color-navbar) !important;
|
2020-08-26 01:18:53 +05:30
|
|
|
border-width: 1px !important;
|
|
|
|
|
|
|
|
.svg {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 5px;
|
2019-05-13 11:56:32 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2015-11-16 21:41:59 +05:30
|
|
|
}
|
2015-09-01 16:34:35 +05:30
|
|
|
|
2015-11-16 21:41:59 +05:30
|
|
|
.ui.repository.list {
|
2020-08-26 01:18:53 +05:30
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2015-11-16 21:41:59 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&:not(:first-child) {
|
2020-11-13 07:01:25 +05:30
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-08-26 01:18:53 +05:30
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2015-11-16 21:41:59 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.header {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding-bottom: 10px;
|
2016-01-11 18:11:43 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.name {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2017-10-26 06:19:16 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.metas {
|
|
|
|
color: #888888;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
span:not(:last-child) {
|
|
|
|
margin-right: 5px;
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.time {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
|
|
|
}
|
2019-05-13 11:56:32 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.tags {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2019-05-13 11:56:32 +05:30
|
|
|
.ui.repository.branches {
|
2020-08-26 01:18:53 +05:30
|
|
|
.info {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
|
|
|
display: flex;
|
|
|
|
white-space: pre;
|
|
|
|
.commit-message {
|
|
|
|
max-width: 72em;
|
|
|
|
overflow: hidden;
|
|
|
|
text-overflow: ellipsis;
|
2019-07-29 07:57:05 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
|
|
|
.overflow-visible {
|
|
|
|
overflow: visible;
|
|
|
|
}
|
2017-10-26 06:19:16 +05:30
|
|
|
}
|
|
|
|
|
2016-03-12 02:03:12 +05:30
|
|
|
.ui.user.list {
|
2020-08-26 01:18:53 +05:30
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
&:not(:first-child) {
|
2020-11-13 07:01:25 +05:30
|
|
|
border-top: 1px solid var(--color-secondary);
|
2020-08-26 01:18:53 +05:30
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.ui.avatar.image {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.description {
|
|
|
|
margin-top: 5px;
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2020-08-26 01:18:53 +05:30
|
|
|
.svg:not(:first-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2017-12-03 01:18:43 +05:30
|
|
|
}
|
2020-08-26 01:18:53 +05:30
|
|
|
}
|
2017-03-16 00:25:12 +05:30
|
|
|
}
|