creación de carpetas para cada proyecto
This commit is contained in:
parent
1775539794
commit
0117c4f707
37
Tupale_Principal/principal.css
Normal file
37
Tupale_Principal/principal.css
Normal 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user