summaryrefslogtreecommitdiffstats
path: root/public/less/_repository.less
blob: 25eac3e37bbaf03d910a539bf3a82c7e922f3589 (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
.repository {
	@mega-octicon-width: 30px;

	padding-top: 15px;
	padding-bottom: @footer-margin * 3;
	.head {
		height: 75px;
		padding-top: 20px;
		background-color: #FCFCFC;
		.mega-octicon {
			width: @mega-octicon-width;
		}
		a,
		.fork-flag {
			font-weight: 300;
		}
		.ui.label {
			margin-top: 5px;
			vertical-align: top;
		}
		.fork-flag {
			margin-left: @mega-octicon-width + 8px;
			display: block;
			font-size: 11px;
			line-height: 10px;
			white-space: nowrap;
		}
		.button {
			margin-left: 10px;
			i {
				margin-right: 5px;
			}
		}
		.num {
			font-weight: bold;
		}
		.octicon {
			height: 5px;
		}
	}
	.navbar {
		height: 60px;
		padding-top: 20px;
	}
	.filter.menu .label.color {
		padding: 0 8px;
	}
	.type.item .menu {
		  right: 0!important;
  		left: auto!important;
	}
	.issue.list {
		list-style: none;
		font-size: 13px;
		padding-top: 60px;
		.item {
			padding-bottom: 10px;
			border-bottom: 1px dashed #AAA;
			.title {
				color: #444;
				font-size: 15px;
				font-weight: bold;
				margin: 0 6px;
				&:hover {
					color: #000;
				}
			}
			.comment {
				padding-right: 10px;
				color: #666;
			}
			.desc {
				padding-top: 5px;
				color: #999;
			}
		}
	}
}