mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
19 lines
260 B
CSS
19 lines
260 B
CSS
.item {
|
|
display: list-item;
|
|
margin-top: calc(var(--spacer) / 8);
|
|
color: var(--brand-grey);
|
|
list-style-position: inside;
|
|
}
|
|
|
|
.item span {
|
|
color: var(--brand-grey-dark);
|
|
}
|
|
|
|
.ulItem {
|
|
list-style-type: square;
|
|
}
|
|
|
|
.olItem {
|
|
list-style-type: decimal;
|
|
}
|