televerse-skeleton
Version:
A lightweight and customizable loading skeleton library for React components. This library provides a collection of reusable loading skeleton components for displaying placeholders while content is being fetched or loaded from an external source. The loa
22 lines • 408 B
CSS
.memberCard {
display: flex;
align-items: center;
justify-content: space-evenly;
padding: 1.5rem 0.75rem;
}
.memberInfo {
display: flex;
flex-direction: column;
}
.memberInfoM {
margin: 0.5rem;
}
.memberDescription .line {
margin: 0.5rem 0;
}
.memberAccounts {
display: flex;
}
.memberAccounts .icon {
margin: 0 0.5rem 0 0;
}