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
21 lines • 318 B
CSS
.card {
padding: 2.5rem;
}
.bnb,
.amountToBuy {
display: flex;
align-items: center;
justify-content: space-between;
margin: 0.75rem 0;
}
.line {
margin: 0.75rem 0;
}
.data {
display: flex;
align-items: center;
justify-content: space-between;
}
.submit {
margin-top: 1.5rem ;
}