Mi perfil
Productora
.navsearch_container {
- border-bottom: 3px solid $color-grey-nav;
+ border-bottom: 1px solid $color-consumo-base;
text-align: center;
padding: 20px 20px;
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
a {
font-size: $m;
- font-weight: $bold;
- color: $color-navy;
+ color: $color-primary;
text-decoration: none;
+ text-transform: uppercase;
}
- a:nth-child(1):after,
- a:nth-child(2):after,
- a:nth-child(3):after,
- a:nth-child(4):after {
- color: $color-navy;
- content: '\22EE';
- margin: 0.5rem;
+ a:focus {
+ font-weight: $bold;
}
+
@include mobile {
display: none;
}
diff --git a/layouts/editar.vue b/layouts/editar.vue
index 7e445f3..b04a946 100644
--- a/layouts/editar.vue
+++ b/layouts/editar.vue
@@ -1,10 +1,12 @@
@@ -25,3 +27,22 @@ export default {
}
}
+
+
\ No newline at end of file
diff --git a/pages/editar/cooperativa/index.vue b/pages/editar/cooperativa/index.vue
index 36aa7eb..f93b1cf 100644
--- a/pages/editar/cooperativa/index.vue
+++ b/pages/editar/cooperativa/index.vue
@@ -24,30 +24,24 @@ export default {