ArmadoDeForm.css 1.09 KB
html {
    --Color: rgb(1, 194, 120);

}

#FormularioResultante {
    width: 98%;
    margin: auto;
    height: 100%;
}

.BotonesContainer {
    width: 100%;
    height: 5%;
    text-align: center;
}

.BotonFormResultante {
    font-size: 30px;
    border: none;
    color: white;
    height: 90%;
    width: 48%;
    margin: 0.5%;
    margin-top: 2%;
    border-radius: 5px;
    text-align: center;
    background-color: rgb(151, 151, 151);
}

#TabsContainer {
    width: 100%;
    height: 82%;
}

.Botones {
    border-radius: 5px 5px 0px 0px;
    background-color: rgb(168, 168, 168);
    border: none;
    height: 100%;
    margin: 0.1%;
}

.BotonesActive {

    background-color: var(--Color);
    border-bottom: none;
    height: 6%;
    border-bottom: none;
}

.Botones:hover {
    background-color: rgb(53, 53, 53), 0.5;
}

.Tabs {
    display: none;
    height: 100%;
    border: 3px solid var(--Color);
}

@media (max-width: 600px) {
    .BotonResultCont {
        margin:  1% auto;
        height: 10%;
        vertical-align: baseline;
        align-content: center;
    }
}
/*
@media (min-width: 1300px) {*/