2015-08-31 18:20:23 -04:00
.explore {
2017-12-02 20:48:43 +01:00
padding-top: 15px;
padding-bottom: @footer-margin * 2;
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;
background-color: #FAFAFA !important;
border-width: 1px !important;
2017-10-26 02:49:16 +02:00
2017-12-31 01:47:52 +01: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) {
border-top: 1px solid #eee;
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 {
color: #888;
font-size: 14px;
font-weight: normal;
span:not(:last-child) {
margin-right: 5px;
}
}
}
.time {
font-size: 12px;
color: #808080;
}
}
2015-12-07 21:20:54 +01:00
}
2016-03-11 15:33:12 -05:00
2017-10-26 02:49:16 +02:00
.ui.repository.branches {
2017-12-02 20:48:43 +01:00
.time{
font-size: 12px;
color: #808080;
}
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) {
border-top: 1px solid #eee;
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 {
color: #333;
&:hover {
text-decoration: underline;
}
}
}
}
2017-03-15 18:55:12 +00:00
}