-
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathbuddypress.scss
70 lines (69 loc) · 1.78 KB
/
buddypress.scss
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
58
59
60
61
62
63
64
65
66
67
68
69
70
#buddypress {
input[type=submit] {
@include button(false,$success-color,lighten($success-color,5),$white,solid);
}
#drag-drop-area {
border: 4px dashed #27a635 !important;
}
.bp-avatar-nav {
.avatar-nav-items {
li.current {
.bp-avatar-nav-item {
background: #fff;
}
}
}
}
#item-header-cover-image {
#item-header-avatar {
img.avatar {
background: rgba( 255, 255, 255, 0.8 );
border: solid 8px #fff;
}
}
}
#members-dir-search {
#members_search_submit {
height: 2.45rem;
margin-bottom: 0;
}
}
.profile-fields {
tr {
td {
&.label {
width: 96% !important;
white-space: pre-wrap !important;
border-right: none !important;
}
&.data {
padding-bottom: 1rem;
border-bottom: 1px solid darken($warning-color,2);
}
}
&.alt {
td {
background: transparent !important;
line-height: 1.3rem;
color: $black;
&.label {
color: $white !important;
}
}
}
}
}
}
.bp-user {
#buddypress {
#cover-image-container {
#item-header-cover-image {
#item-header-content {
margin-left: 170px !important;
margin-top: -130px !important;
font-size: 1rem;
}
}
}
}
}