mirror of
https://github.com/Lil-Carpi/LDM-ASIR.git
synced 2025-12-06 00:03:48 +00:00
Creado el css para cercarSAD.html
This commit is contained in:
@@ -643,4 +643,54 @@ body
|
|||||||
border-color: #00c3ff;
|
border-color: #00c3ff;
|
||||||
box-shadow: 0 0 15px rgba(0, 195, 255, 0.2);
|
box-shadow: 0 0 15px rgba(0, 195, 255, 0.2);
|
||||||
background: rgba(15, 23, 42, 0.9);
|
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;
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user