34 lines
637 B
CSS
34 lines
637 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;
|
|
}
|
|
|
|
.user-organisation-description {
|
|
display: -webkit-box;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-line-clamp: 5;
|
|
overflow: hidden;
|
|
margin-top: 0.5em;
|
|
}
|
|
|
|
hr.row-divider {
|
|
margin-top: 0.3em;
|
|
width: 80%;
|
|
} |