summaryrefslogtreecommitdiffstats
path: root/public/less/_explore.less
blob: b510c71a108c293376c7b9aba190f39ab8b4ce59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
.explore {
	padding-top: 15px;
	padding-bottom: @footer-margin * 2;
}

.ui.repository.list {
	.item {
		padding-bottom: 25px;

		&:not(:first-child) {
			border-top: 1px solid #eee;
			padding-top: 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;
		}
	}
}