1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

fix feedback spacing in wallet details

* closes #50
This commit is contained in:
Matthias Kretschmann 2020-09-22 15:29:22 +00:00
parent 7bae93f42d
commit b45c958ae8

View File

@ -2,6 +2,10 @@
padding: calc(var(--spacer) / 4);
}
.details > section[class*="feedback"] {
margin-top: calc(var(--spacer) / 2)
}
.balance {
font-size: var(--font-size-base);
font-weight: var(--font-weight-bold);