2015-09-01 03:50:23 +05:30
|
|
|
.explore {
|
2017-12-03 01:18:43 +05:30
|
|
|
padding-top: 15px;
|
|
|
|
padding-bottom: @footer-margin * 2;
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.navbar {
|
2017-03-16 00:25:12 +05:30
|
|
|
justify-content: center;
|
|
|
|
padding-top: 15px !important;
|
|
|
|
margin-top: -15px !important;
|
|
|
|
margin-bottom: 15px !important;
|
|
|
|
background-color: #FAFAFA !important;
|
|
|
|
border-width: 1px !important;
|
2017-10-26 06:19:16 +05:30
|
|
|
|
2017-12-31 06:17:52 +05:30
|
|
|
.octicon {
|
|
|
|
width: 16px;
|
|
|
|
text-align: center;
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
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 {
|
2017-12-03 01:18:43 +05:30
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2015-11-16 21:41:59 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
&:not(:first-child) {
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2015-11-16 21:41:59 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.ui.header {
|
|
|
|
font-size: 1.5rem;
|
|
|
|
padding-bottom: 10px;
|
2016-01-11 18:11:43 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.name {
|
|
|
|
word-break: break-all;
|
|
|
|
}
|
2017-10-26 06:19:16 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.metas {
|
|
|
|
color: #888;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: normal;
|
|
|
|
span:not(:last-child) {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.time {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
}
|
2015-12-08 01:50:54 +05:30
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-10-26 06:19:16 +05:30
|
|
|
.ui.repository.branches {
|
2017-12-03 01:18:43 +05:30
|
|
|
.time{
|
|
|
|
font-size: 12px;
|
|
|
|
color: #808080;
|
|
|
|
}
|
2017-10-26 06:19:16 +05:30
|
|
|
}
|
|
|
|
|
2016-03-12 02:03:12 +05:30
|
|
|
.ui.user.list {
|
2017-12-03 01:18:43 +05:30
|
|
|
.item {
|
|
|
|
padding-bottom: 25px;
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
&:not(:first-child) {
|
|
|
|
border-top: 1px solid #eee;
|
|
|
|
padding-top: 25px;
|
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.ui.avatar.image {
|
|
|
|
width: 40px;
|
|
|
|
height: 40px;
|
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.description {
|
|
|
|
margin-top: 5px;
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
.octicon:not(:first-child) {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
2016-03-12 02:03:12 +05:30
|
|
|
|
2017-12-03 01:18:43 +05:30
|
|
|
a {
|
|
|
|
color: #333;
|
|
|
|
&:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2017-03-16 00:25:12 +05:30
|
|
|
}
|