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,5 +1,7 @@
@import 'pallete';
#nosotros {
background-color: #5d5d5d;
background-color: $gris-medio;
color: white;
padding-top: 3rem;
@ -8,4 +10,7 @@
.header {
color: inherit;
}
.column {
text-align: justify;
}
}