aboutsummaryrefslogtreecommitdiffstats
path: root/public/less/_admin.less
blob: 93115a7f8f5fc9a08d1ca6d1869deebc67e13805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
.admin {
	padding-top: 15px;
	padding-bottom: @footer-margin * 3;

	.table.segment {
		padding: 0;
		font-size: 13px;
		th {
			padding-top: 5px;
			padding-bottom: 5px;
		}
		th, td {
			&:first-child {
				padding-left: 15px;
			}
		}
	}
}