Paleta de colores para SASS
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user