Creado el css para cercarSAD.html

This commit is contained in:
2025-12-02 23:25:38 +01:00
parent a852a31629
commit 2704f3832d

View File

@@ -643,4 +643,54 @@ body
border-color: #00c3ff;
box-shadow: 0 0 15px rgba(0, 195, 255, 0.2);
background: rgba(15, 23, 42, 0.9);
}
}
/*==============Pagina cercar============*/
.options-grid
{
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
margin-top: 0.5rem;
}
.option-label
{
display: flex;
align-items: center;
color: #cbd5e1;
font-size: 0.9rem;
cursor: pointer;
}
.option-label input
{
margin-right: 8px;
accent-color: #00c3ff;
}
.buttons-container
{
display: flex;
gap:1rem;
margin-top: 2rem;
}
.btn-reset
{
border-color: #ff4757;
color: #ff4757;
}
.btn-reset:hover
{
background: #ff4757;
color: white;
box-shadow: 0 0 20px rgba(255, 71, 87, 0.6);
}
output
{
display: block;
text-align: center;
color: #00c3ff;
font-weight: bold;
margin-top: 0.5rem;
}