1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-07 11:55:48 +00:00
gitea/public/less/_explore.less

30 lines
509 B
Plaintext
Raw Normal View History

2015-08-31 22:20:23 +00:00
.explore {
padding-top: 15px;
2015-09-01 11:04:35 +00:00
padding-bottom: @footer-margin * 2;
&.repositories {
.ui.repository.list {
.item {
border-top: 1px solid #eee;
padding-top: 25px;
padding-bottom: 25px;
.ui.header {
font-size: 1.5rem;
padding-bottom: 10px;
.metas {
color: #888;
font-size: 13px;
font-weight: normal;
span:not(:last-child) {
margin-right: 5px;
}
}
}
.time {
font-size: 12px;
color: #808080;
}
}
}
}
2015-08-31 22:20:23 +00:00
}