forked from qwerty/milfs
67 lines
1.5 KiB
CSS
67 lines
1.5 KiB
CSS
/*Este archivo tiene los estilos de milfs,
|
|
el otro archivo css style.css que está en la carpeta milfs
|
|
no está referenciado en index.php de milfs*/
|
|
|
|
|
|
#barra_milfs{
|
|
position: absolute;
|
|
}
|
|
#contenedor_principal{
|
|
padding-top: 10em;
|
|
}
|
|
|
|
#empresa_pie{
|
|
display: block;
|
|
}
|
|
|
|
#canvas-holder_$tipo_$id_campo{
|
|
max-width:100%;
|
|
}
|
|
|
|
@media (max-width: 768px) {
|
|
#panel_administrador{
|
|
padding: 0px !important;
|
|
}
|
|
|
|
}
|
|
@media (max-width: 480px) {
|
|
#modificarcampo_succesalert{
|
|
position: relative;
|
|
display: block;
|
|
border-collapse: separate;
|
|
padding-top: 13px;
|
|
}
|
|
|
|
#modificarcampo_succesalert>.input-group-addon{
|
|
border: 1px solid #ccc !important;
|
|
border-radius: 0px;
|
|
}
|
|
|
|
#nuevocampo_success{
|
|
padding-bottom: 60px !important;
|
|
}
|
|
#nuevocampo_success>.btn{
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* Switch button */
|
|
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
|
|
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}
|
|
|
|
.btn-default.btn-on-1.active{background-color: #006FFC;color: white;}
|
|
.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;}
|
|
|
|
.btn-default.btn-on-2.active{background-color: #00D590;color: white;}
|
|
.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;}
|
|
|
|
.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;}
|
|
.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;}
|
|
|
|
.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;}
|
|
.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;}
|