Profile bar
parent
b52b1fdcd3
commit
88c21fcb6a
|
@ -28,20 +28,14 @@ section.profile-bar
|
|||
div.stat
|
||||
span.stat-number 34
|
||||
span.stat-name contacts
|
||||
// These badges are not defined yet in UX. Please ask
|
||||
div.profile-badges
|
||||
div.badge
|
||||
div.badge
|
||||
div.badge
|
||||
div.badge
|
||||
|
||||
div.profile-organizations
|
||||
h3 Organizations
|
||||
div.profile-organizations-wrapper
|
||||
div.organization
|
||||
div.organization
|
||||
div.organization
|
||||
div.organization
|
||||
// TODO Hide until organizations come
|
||||
div.profile-organizations
|
||||
h3 Organizations
|
||||
div.profile-organizations-wrapper
|
||||
div.organization
|
||||
div.organization
|
||||
div.organization
|
||||
div.organization
|
||||
|
||||
div.profile-quote
|
||||
span "Small minds talk about people, average minds discuss events, great minds discuss ideas"
|
||||
|
|
|
@ -126,18 +126,6 @@
|
|||
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 {
|
||||
border-bottom: 1px solid $whitish;
|
||||
|
@ -163,7 +151,7 @@
|
|||
|
||||
.profile-quote {
|
||||
@extend %title;
|
||||
@extend %xlarge;
|
||||
@extend %larger;
|
||||
background: url('/images/quote.png') no-repeat top left;
|
||||
line-height: 1.2;
|
||||
padding: .5rem;
|
||||
|
|
Loading…
Reference in New Issue