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