Profile bar
parent
b52b1fdcd3
commit
88c21fcb6a
|
@ -28,13 +28,7 @@ section.profile-bar
|
||||||
div.stat
|
div.stat
|
||||||
span.stat-number 34
|
span.stat-number 34
|
||||||
span.stat-name contacts
|
span.stat-name contacts
|
||||||
// These badges are not defined yet in UX. Please ask
|
// TODO Hide until organizations come
|
||||||
div.profile-badges
|
|
||||||
div.badge
|
|
||||||
div.badge
|
|
||||||
div.badge
|
|
||||||
div.badge
|
|
||||||
|
|
||||||
div.profile-organizations
|
div.profile-organizations
|
||||||
h3 Organizations
|
h3 Organizations
|
||||||
div.profile-organizations-wrapper
|
div.profile-organizations-wrapper
|
||||||
|
|
|
@ -126,18 +126,6 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.profile-badges {
|
|
||||||
display: flex;
|
|
||||||
justify-content: space-between;
|
|
||||||
margin-bottom: 1rem;
|
|
||||||
.badge {
|
|
||||||
background: $gray-light;
|
|
||||||
border-radius: 5px;
|
|
||||||
height: 45px;
|
|
||||||
margin-right: .2rem;
|
|
||||||
width: 45px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.profile-organizations {
|
.profile-organizations {
|
||||||
border-bottom: 1px solid $whitish;
|
border-bottom: 1px solid $whitish;
|
||||||
|
@ -163,7 +151,7 @@
|
||||||
|
|
||||||
.profile-quote {
|
.profile-quote {
|
||||||
@extend %title;
|
@extend %title;
|
||||||
@extend %xlarge;
|
@extend %larger;
|
||||||
background: url('/images/quote.png') no-repeat top left;
|
background: url('/images/quote.png') no-repeat top left;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
padding: .5rem;
|
padding: .5rem;
|
||||||
|
|
Loading…
Reference in New Issue