Files
sprinkle-organisations/assets/organisations/css/organisations.css

21 lines
430 B
CSS

.organisation-admin {
color: #56d773 !important;
}
.organisation-pending {
background-color: #6c757d !important;
}
.membership-pending {
color: #ffd24a !important;
}
.widget-organisations .widget-user-username, .widget-organisations .widget-user-desc {
margin-left: 0px;
}
.widget-organisations .widget-user-desc {
text-overflow: ellipsis;
overflow: hidden;
width: 100%;
displaY: inline-block;
white-space: nowrap;
}