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

spacing fixes

This commit is contained in:
Matthias Kretschmann 2020-10-06 13:47:55 +02:00
parent 41b20f59ca
commit fb9a03771f
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 3 deletions

View File

@ -28,9 +28,6 @@
margin-bottom: calc(var(--spacer) / 12);
}
.file {
}
.asset {
display: grid;
grid-template-columns: 1fr 4fr;
@ -39,4 +36,9 @@
}
.price {
min-width: 0;
}
.price:only-child {
margin-right: -100%;
}

View File

@ -1,5 +1,6 @@
.form {
composes: box from '../../atoms/Box.module.css';
margin-bottom: var(--spacer);
}
.actions {