Files
2026-02-10 11:08:02 +00:00

41 lines
769 B
CSS

.user-organisation-button {
font-size: 12pt;
background-color: #275D8B;
font-weight: bolder;
}
.organisation-admin {
color: #8BE49F !important;
/* color: #56d773 !important; */
}
.organisation-pending {
background-color: #CED2D4 !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%;
}