Skip to content
Snippets Groups Projects
_organization.scss 573 B

.org-short {
}

.org-long {
    display:        flex;
    flex-flow:      column nowrap;

    address {
        display:    flex;
        flex-flow:  column nowrap;
    }
}

.org-name {
    @include font-bold;
}

/* 
    The placeholder has the approximate width of an address entry.
    It is just there to prevent the flex elements to slide 
    all the way to the right.
    Its height depends on the other elements.
    (c.f. _layout/members.html, _include/team_card/organization-long.html)
*/
.org-long-placeholder {
    flex-shrink:    0;
    flex-basis:     25%;
}