1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-07-01 06:11:43 +02:00

style change

This commit is contained in:
Matthias Kretschmann 2020-07-20 23:46:18 +02:00
parent aa7fc3c9f0
commit 5d10f25978
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -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); */
}