summaryrefslogtreecommitdiffstats
path: root/public/less/_admin.less
blob: d0c65129ca177b393bce609aa32ef0942ec88b31 (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
.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);
	}

	&.user {
		.email {
			max-width: 200px;
		}
	}
}