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
src/components/pages/Publish
@ -28,9 +28,6 @@
|
|||||||
margin-bottom: calc(var(--spacer) / 12);
|
margin-bottom: calc(var(--spacer) / 12);
|
||||||
}
|
}
|
||||||
|
|
||||||
.file {
|
|
||||||
}
|
|
||||||
|
|
||||||
.asset {
|
.asset {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr 4fr;
|
grid-template-columns: 1fr 4fr;
|
||||||
@ -39,4 +36,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.price {
|
.price {
|
||||||
|
min-width: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.price:only-child {
|
||||||
|
margin-right: -100%;
|
||||||
}
|
}
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
.form {
|
.form {
|
||||||
composes: box from '../../atoms/Box.module.css';
|
composes: box from '../../atoms/Box.module.css';
|
||||||
|
margin-bottom: var(--spacer);
|
||||||
}
|
}
|
||||||
|
|
||||||
.actions {
|
.actions {
|
||||||
|
Loading…
Reference in New Issue
Block a user