mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
spacing fixes
This commit is contained in:
parent
41b20f59ca
commit
fb9a03771f
@ -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%;
|
||||
}
|
||||
|
@ -1,5 +1,6 @@
|
||||
.form {
|
||||
composes: box from '../../atoms/Box.module.css';
|
||||
margin-bottom: var(--spacer);
|
||||
}
|
||||
|
||||
.actions {
|
||||
|
Loading…
Reference in New Issue
Block a user