mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
18 lines
346 B
CSS
18 lines
346 B
CSS
.metaItem {
|
|
font-size: var(--font-size-small);
|
|
}
|
|
|
|
.title {
|
|
font-family: var(--font-family-base);
|
|
font-weight: var(--font-weight-base);
|
|
font-size: var(--font-size-small);
|
|
margin-bottom: calc(var(--spacer) / 4);
|
|
color: var(--color-secondary);
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
.content {
|
|
word-wrap: break-word;
|
|
white-space: normal;
|
|
}
|