mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
6 lines
137 B
CSS
6 lines
137 B
CSS
.datatoken {
|
|
border: 1px solid var(--brand-grey-lighter);
|
|
padding: calc(var(--spacer) / 3);
|
|
border-radius: var(--border-radius);
|
|
}
|