fix: corrección de css
This commit is contained in:
parent
7dfd10594f
commit
b5b9787ea2
12
css/form.css
12
css/form.css
|
@ -515,15 +515,3 @@ label {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
animation: fadeIn 0.3s ease-in-out;
|
animation: fadeIn 0.3s ease-in-out;
|
||||||
}
|
}
|
||||||
|
|
||||||
.mensaje-exito {
|
|
||||||
display: none;
|
|
||||||
background-color: #d7f8e4;
|
|
||||||
color: #35dc67;
|
|
||||||
border: 1px solid #5cdc35;
|
|
||||||
border-radius: 4px;
|
|
||||||
padding: 0.75rem;
|
|
||||||
margin-top: 1rem;
|
|
||||||
text-align: center;
|
|
||||||
animation: fadeIn 0.3s ease-in-out;
|
|
||||||
}
|
|
|
@ -183,7 +183,6 @@
|
||||||
<br>
|
<br>
|
||||||
<button type="submit">Enviar</button>
|
<button type="submit">Enviar</button>
|
||||||
|
|
||||||
<div id="mensaje-exito" class="mensaje-exito"></div>
|
|
||||||
<div id="mensaje-error" class="mensaje-error"><p>hola</p></div>
|
<div id="mensaje-error" class="mensaje-error"><p>hola</p></div>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -239,7 +239,6 @@
|
||||||
|
|
||||||
<button type="submit" class="btn-submit">Enviar</button>
|
<button type="submit" class="btn-submit">Enviar</button>
|
||||||
|
|
||||||
<div id="mensaje-exito" class="mensaje-exito"></div>
|
|
||||||
<div id="mensaje-error" class="mensaje-error"></div>
|
<div id="mensaje-error" class="mensaje-error"></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue