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;
|
||||
gap: calc(var(--spacer) / 2);
|
||||
justify-content: center;
|
||||
border: 1px solid var(--brand-grey-lighter);
|
||||
background: var(--brand-grey-dimmed);
|
||||
margin-left: -2rem;
|
||||
margin-right: -2rem;
|
||||
padding: calc(var(--spacer) * 1.5) var(--spacer);
|
||||
border-radius: var(--border-radius);
|
||||
padding: var(--spacer);
|
||||
}
|
||||
|
||||
.price > div {
|
||||
@ -20,7 +20,4 @@
|
||||
.price input {
|
||||
width: 100%;
|
||||
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