Paleta de colores para SASS

This commit is contained in:
2020-05-26 23:02:13 -04:00
parent 6cc02239f9
commit 168fbbcb09
26 changed files with 385 additions and 296 deletions

View File

@ -1,3 +1,5 @@
@import 'pallete';
body {
font-family: Roboto, sans-serif !important;
}
@ -12,7 +14,6 @@ body {
.button.brand {
box-shadow: none !important;
}
.title.image {
width: 15rem;
}
@ -57,21 +58,22 @@ a {
}
#contacto {
background-color: $gris-claro;
padding-top: 3rem;
padding-bottom: 3rem;
.header {
color: #0d103c !important;
color: $azul-oscuro !important;
font-weight: 900;
}
.form .button {
background-color: #429ab7;
background-color: $marca;
color: white;
}
}
footer {
background-color: #429ab7;
background-color: $marca;
color: white;
margin: 0;
@ -80,7 +82,7 @@ footer {
.label {
background-color: white !important;
color: #429ab7 !important;
color: $marca !important;
}
}
}