Skip to content

Commit

Permalink
👷 ruta a scss
Browse files Browse the repository at this point in the history
  • Loading branch information
1cgonza committed Nov 9, 2024
1 parent 9a80afc commit a369adf
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion aplicaciones/www/src/componentes/BotonesCitas.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ defineProps<Esquema>();
</template>

<style lang="scss" scoped>
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
$dimFlechaX: 7px;
$dimFlechaAlto: 13px;
Expand Down
2 changes: 1 addition & 1 deletion aplicaciones/www/src/componentes/Mapa.vue
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ onUnmounted(() => {
</template>

<style lang="scss" scoped>
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
#contenedorGeneral {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion aplicaciones/www/src/paginas/Creditos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
</template>

<style lang="scss" scoped>
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
main {
width: 70vw;
Expand Down
4 changes: 2 additions & 2 deletions aplicaciones/www/src/paginas/Escaleras.vue
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ function esconderRecurso() {
</template>

<style lang="scss">
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
#aplicacion {
padding-bottom: 10em;
}
Expand Down Expand Up @@ -300,7 +300,7 @@ function esconderRecurso() {
</style>

<style lang="scss" scoped>
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
$colorPositivo: rgb(13, 141, 130);
$colorPositivo2: rgb(13, 141, 130);
Expand Down
2 changes: 1 addition & 1 deletion aplicaciones/www/src/paginas/Recursos.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</template>

<style lang="scss" scoped>
@use '../estaticos/constantes' as *;
@use '../scss/constantes' as *;
main {
width: 70vw;
Expand Down
2 changes: 1 addition & 1 deletion aplicaciones/www/src/programa.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import './estaticos/estilos.scss';
import './scss/estilos.scss';

import { createApp } from 'vue';
import { createPinia } from 'pinia';
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit a369adf

Please sign in to comment.