summaryrefslogtreecommitdiffstats
path: root/public/less/_user.less
blob: 171fccd08203f7dd44b404f17a7405e326ab63a3 (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
.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;
				}
			}
		}
	}

	&.profile {
		.ui.card {
			.username {
				display: block;
			}
			.extra.content {
				padding: 0;

				ul {
					margin: 0;
					padding: 0;

					li {
						padding: 10px;
						list-style: none;

						&:not(:last-child) {
							border-bottom: 1px solid #eaeaea;
						}
					}
				}
			}
		}

		.ui.repository.list {
			margin-top: 25px;
		}
	}
}