summaryrefslogtreecommitdiffstats
path: root/public/ng/less/gogs/profile.less
blob: f618d2606bee7e66fecfed96c8649e807bf00826 (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
51
52
53
54
55
56
57
.profile-avatar {
	width: 200px;
	height: 200px;
	border-radius: 6px;
}
#profile-name {
	padding: 10px 0;
}
#profile-fullname {
	font-size: 1.6em;
}
#profile-username {
	font-size: 1.6em;
	font-weight: bold;
}
.profile-info {
	padding: 0 50px;
	font-size: 14px;
	ul {
		padding-bottom: 10px;
		.list-group-item {
			background-color: transparent;
			padding-top: 5px;
			color: #666;
		}
		.profile-rel {
			width: 31%;
			text-align: center;
			display: inline-block;
			strong {
				display: block;
				font-size: 28px;
				font-weight: bold;
				line-height: 1;
			}
			p {
				font-size: 12px;
			}
		}
	}
}
#profile-header {
	li {
		a {
			font-size: 1.2em;
			color: #444444;
			padding: .4em .8em;
	        &:hover {
	          background-color: transparent;
	          color: @dashboardHeaderLinkHoverColor;
	        }
		}
		.current {
			border-bottom: 2px solid #D26911;
		}
	}
}