creación de carpetas para cada proyecto

This commit is contained in:
--global 2020-02-25 15:52:52 -05:00
parent 1775539794
commit 0117c4f707
1 changed files with 37 additions and 0 deletions

View File

@ -0,0 +1,37 @@
div#slogan_cabecera {
padding-top: 70px;
}
#titulo_cabecera a {
display: none !important;
}
.box-secciones, .thumbnail {
background-color: white !important;
}
.btn-success {
background-color: #ff0000;
border-radius: 0px !important;
}
.btn-success:hover {
color: #ffffff;
background-color: #3e3f3a;
border-color: rgba(0, 0, 0, 0);
}
.btn {
font-weight: 500;
text-transform: uppercase;
}
a {
color: #c9302c;
text-decoration: none;
}
.btn-default {
color: #ffffff;
background-color: #3e3f3a;
}