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

	.table.segment {
		padding: 0;
		font-size: 13px;
		th {
			padding-top: 5px;
			padding-bottom: 5px;
		}
		th, td {
			&:first-child {
				padding-left: 15px;
			}
		}
	}
	.ui.header,
	.ui.segment {
		box-shadow: 0 1px 2px 0 rgba(34,36,38,.15);
	}
}