initial commit

This commit is contained in:
María
2025-09-09 07:55:21 +02:00
parent 7dc256eaed
commit e1b717b346
55 changed files with 626 additions and 638 deletions

View File

@@ -129,7 +129,7 @@
</NuxtLink>
</ul>
<div class="credits">
<span>2021 La Tienda.Coop</span>
<span>2025 Consumo Cuidado</span>
<a href="http://enreda.coop/" target="_blank"
>Sitio desarrollado por Enreda</a
>
@@ -195,7 +195,7 @@ export default {
.nav-menu {
font-family: $font-primary;
padding: 30px 0 0 20px;
background-color: $color-green;
background-color: $color-consumo-base;
height: 100vh;
top: 0;
left: 0;
@@ -237,7 +237,7 @@ export default {
.section-list {
padding-bottom: 1rem;
border-bottom: 1px solid $color-navy;
border-bottom: 1px solid $color-primary;
}
.section-text {
@@ -257,7 +257,7 @@ ul {
a {
text-decoration: none;
cursor: pointer;
color: $color-navy;
color: $color-primary;
}
.link-list,
@@ -275,7 +275,7 @@ a {
span,
a {
display: block;
color: $color-navy;
color: $color-primary;
font-size: $xs;
padding: 0.3em 0;
}