mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
style change
This commit is contained in:
parent
aa7fc3c9f0
commit
5d10f25978
@ -2,10 +2,10 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
gap: calc(var(--spacer) / 2);
|
gap: calc(var(--spacer) / 2);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
border: 1px solid var(--brand-grey-lighter);
|
||||||
background: var(--brand-grey-dimmed);
|
background: var(--brand-grey-dimmed);
|
||||||
margin-left: -2rem;
|
border-radius: var(--border-radius);
|
||||||
margin-right: -2rem;
|
padding: var(--spacer);
|
||||||
padding: calc(var(--spacer) * 1.5) var(--spacer);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.price > div {
|
.price > div {
|
||||||
@ -20,7 +20,4 @@
|
|||||||
.price input {
|
.price input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
/* color: var(--brand-white);
|
|
||||||
background: rgba(255, 255, 255, 0.1);
|
|
||||||
border-color: var(--brand-grey); */
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user