1
0
Fork 0

correccion de estilos para mejorar landingpage

This commit is contained in:
kleper 2018-10-24 09:27:20 -05:00
parent d4f6425c75
commit a72575cc36
1 changed files with 27 additions and 30 deletions

View File

@ -17,7 +17,7 @@ h1, h2, h3, h4, h5, h6 {
#toc {
font-size: 1em;
padding-top: 11em;
padding-top: 50px;
max-height: 95% !important;
overflow: auto !important;
}
@ -43,16 +43,6 @@ h1, h2, h3, h4, h5, h6 {
border-color: transparent;
}
.btn_hover:hover{
background-color: #fb4f59;
border-radius: 0px;
color: white;
}
.btn_hover>a:hover{
background-color: transparent !important;
}
#contenedor_cabecera {
padding-top: 0em;
}
@ -79,6 +69,31 @@ background-color: transparent !important;
overflow: auto;
}
#menu_administrador{
background-color: gray;
}
.btn-botonera-admin {
float: left;
}
#botonera-admin, #botonera-admin>a {
color: white !important;
}
.btn-botonera-admin:hover {
background-color: black;
}
.btn.btn-botonera-admin:hover {
color: white !important;
}
.intro-social-buttons {
padding-top: 10px !important;
}
#div_panel_aplicaciones {
padding-top: 21em;
}
@ -154,25 +169,6 @@ background-color: transparent !important;
padding: 4px 5px;
}
.btn-botonera-admin {
/* margin-left: 20px; */
/* margin-right: 20px; */
float: left;
}
.btn-botonera-admin:hover {
background-color: black;
}
.btn.btn-botonera-admin:hover {
color: white !important;
}
.intro-social-buttons {
padding-top: 10px !important;
}
#botonera_landing {
display: inline-flex;
}
@ -577,3 +573,4 @@ RESPONSIVE */
padding-top: 10em;
}
}