Cambios en css #146

Merged
kleper merged 9 commits from h4ckypurpl3/tupali_fork:master into master 2018-07-18 21:37:07 +00:00
2 changed files with 610 additions and 572 deletions
Showing only changes of commit 42b9937e24 - Show all commits

View File

@ -1,4 +1,4 @@
/*Este archivo tiene los estilos de milfs, /*Este archivo tiene los estilos de milfs,
el otro archivo css style.css que está en la carpeta milfs el otro archivo css style.css que está en la carpeta milfs
no está referenciado en index.php de milfs*/ no está referenciado en index.php de milfs*/
@ -6,6 +6,28 @@ el otro archivo css style.css que está en la carpeta milfs
padding-top: 100px; padding-top: 100px;
} }
#menu_milfs{ @media (max-width: 768px) {
padding-left: 100px; #panel_administrador{
} padding: 0px !important;
}
}
/* 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;}

File diff suppressed because it is too large Load Diff