Widget:BoostCalcForm

De PokeXGames
Revisão de 12h03min de 2 de abril de 2023 por Rag (discussão | contribs)
Ir para navegação Ir para pesquisar

<form class="boostCalc__form" data-target="calcBoostForm">

           <select name="boostType" class="boostCalc__select" id="boostType">
               <option value="2">2</option>
               <option value="3">3</option>
               <option value="5">5</option>
               <option value="10">10</option>
           </select>
           <label class="boostCalc__label" for="boostType">Selecione o tipo do boost</label>
           <input placeholder=" " type="checkbox" name="specialBoost" id="specialBoostCheckbox">
           <label for="specialBoostCheckbox">Você irá usar metal, crystal ou ancient stone ?</label>


           <input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number">
           <label class="boostCalc__label" for="stonePrice">Digite o preço da stone (Opcional)</label>
           <input placeholder=" " name="stonePrice" id="stonePrice" class="boostCalc__input" type="number">
           <label class="boostCalc__label" for="stonePrice">Digite o preço da Boost stone (Opcional)</label>
           <input placeholder=" " name="startBoost" id="startBoost" class="boostCalc__input" min="0" max="49"
               type="number">
           <label class="boostCalc__label" for="startBoost">Digite o boost atual</label>
           <input placeholder=" " name="endBoost" id="endBoost" class="boostCalc__input" min="1" max="50"
               type="number">
           <label class="boostCalc__label" for="endBoost">Digite o boost desejado</label>

<button type="submit" class="hover-minimize" style="background:none;border:none;margin-top:1.5rem;cursor:pointer;"> <img style="border-radius:12px;" src="http://51.161.108.38/images/d/d3/Banner_calculadora.png" alt="Imagem botão calcular boost" /> </button>

   </form>