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

	&.settings {
		.list {
			.item.ui.grid {
				margin-top: 15px;
			}
		}
		.email.list {
			.item:not(:first-child) {
				border-top: 1px solid #eaeaea;
				height: 50px;
				.button {
					margin-top: -10px;
				}
			}
		}
	}
}