style premium buttons
This commit is contained in:
parent
d7b9f141ab
commit
a5181f8be1
3 changed files with 24 additions and 10 deletions
|
|
@ -65,7 +65,6 @@
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
margin-left: 20%;
|
margin-left: 20%;
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#create-offer-controls > * {
|
#create-offer-controls > * {
|
||||||
|
|
@ -105,6 +104,24 @@
|
||||||
width: 50%;
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.premium-button {
|
||||||
|
background: white;
|
||||||
|
border: 2px solid #e1c300;
|
||||||
|
}
|
||||||
|
|
||||||
|
.premium-button:hover {
|
||||||
|
background: #fff8ce;
|
||||||
|
}
|
||||||
|
|
||||||
|
#button-increase-premium {
|
||||||
|
border-top-right-radius: 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
#button-decrease-premium {
|
||||||
|
border-bottom-right-radius: 10px
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
.premium-button {
|
.premium-button {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 50%;
|
height: 50%;
|
||||||
|
|
|
||||||
|
|
@ -139,7 +139,7 @@ eurAmountInput.addEventListener('input', () => {
|
||||||
eurAmountInput.value = eurAmountInput.value.replace(/[^0-9]/g, '');
|
eurAmountInput.value = eurAmountInput.value.replace(/[^0-9]/g, '');
|
||||||
});
|
});
|
||||||
|
|
||||||
for (btcMethodCheckbox of btcMethodCheckboxes) {
|
for (const btcMethodCheckbox of btcMethodCheckboxes) {
|
||||||
btcMethodCheckbox.addEventListener('input', () => {
|
btcMethodCheckbox.addEventListener('input', () => {
|
||||||
validateBitcoinMethodCheckboxes();
|
validateBitcoinMethodCheckboxes();
|
||||||
});
|
});
|
||||||
|
|
|
||||||
|
|
@ -20,10 +20,7 @@
|
||||||
Crear nueva oferta
|
Crear nueva oferta
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<div
|
<div id="create-offer-controls" style="display: none">
|
||||||
id="create-offer-controls"
|
|
||||||
style="display: none;"
|
|
||||||
>
|
|
||||||
<div id="close-offer-controls-area">
|
<div id="close-offer-controls-area">
|
||||||
<img
|
<img
|
||||||
id="close-offer-controls-x"
|
id="close-offer-controls-x"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue