diff options
author | Jesús <heckyel@hyperbola.info> | 2018-04-07 11:54:45 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2018-04-07 11:54:45 -0500 |
commit | d56b5144bdf76e88b99fe8d30e4dd643813f2e27 (patch) | |
tree | a3e3797566330906cce6855779af3bffc72f9407 /css/estilos.sass | |
parent | d33c9ae13e6f7f3df9fb10ddef1923461268a584 (diff) | |
download | lidra-theme-d56b5144bdf76e88b99fe8d30e4dd643813f2e27.tar.lz lidra-theme-d56b5144bdf76e88b99fe8d30e4dd643813f2e27.tar.xz lidra-theme-d56b5144bdf76e88b99fe8d30e4dd643813f2e27.zip |
menu.css is already in _header.sass
Diffstat (limited to 'css/estilos.sass')
-rw-r--r-- | css/estilos.sass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/css/estilos.sass b/css/estilos.sass index 7de3b1a..a8e337a 100644 --- a/css/estilos.sass +++ b/css/estilos.sass @@ -3,6 +3,7 @@ $avatar: #D2D2D2 $azul_primario: #5f6ad4 $azul_secudario: #7780da $blanco_humo: #f0f0f0 +$blanco: #fff $gris_oscuro: #3b3b3b $gris_claro: #909090 $texto: #292929 @@ -44,7 +45,7 @@ a /* Libresocial */ @import libresocial /* Tipografía */ -@import tipografia +@import tipografia /* Header */ @import header /* Contenedor o main */ |