From bcdbae4a5aa9b023549bf9330c0b83a8276bc92f Mon Sep 17 00:00:00 2001 From: Araozu Date: Wed, 29 Jul 2020 08:27:52 -0500 Subject: [PATCH] Creadas variables para las fuentes y realizados ajustes --- .editorconfig | 3 +++ public/index.html | 2 +- src/components/App/barra-lateral.vue | 14 +------------- src/components/Inicio/curso.vue | 2 +- src/components/Inicio/curso/bloque.vue | 2 +- .../Inicio/tablaHorarios/celda-curso.vue | 1 - src/components/Inicio/tablaHorarios/celda.vue | 7 ------- src/components/v-checkbox.vue | 1 - src/sass/Global.sass | 9 ++++++--- 9 files changed, 13 insertions(+), 28 deletions(-) diff --git a/.editorconfig b/.editorconfig index f36a2a6..b639ddd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -2,6 +2,9 @@ indent_style = space indent_size = 4 +[*.sass] +indent_size = 2 + [*.json] indent_size = 2 diff --git a/public/index.html b/public/index.html index e958352..20bb17e 100644 --- a/public/index.html +++ b/public/index.html @@ -7,7 +7,7 @@ Horarios UNSA - + diff --git a/src/components/App/barra-lateral.vue b/src/components/App/barra-lateral.vue index 470e6bb..c8cd68d 100644 --- a/src/components/App/barra-lateral.vue +++ b/src/components/App/barra-lateral.vue @@ -1,7 +1,5 @@