editar productos

This commit is contained in:
María
2025-09-12 21:46:39 +02:00
parent 8a111a6c69
commit 25f3b60abe
3 changed files with 22 additions and 23 deletions

View File

@@ -131,10 +131,11 @@ export default {
align-items: center;
}
.title {
color: $color-navy;
font-size: $xxl;
margin-bottom: 60px;
width: 60%;
font-size: $h2;
color: $color-primary;
margin-bottom: 10px;
text-align: left;
}
.help-text {
border: 1px solid $color-greylayout;

View File

@@ -74,9 +74,9 @@ export default {
align-items: center;
}
.title {
color: $color-navy;
font-size: $xxl;
margin-bottom: 60px;
font-size: $h2;
color: $color-primary;
margin-bottom: 10px;
text-align: left;
@include desktop {
width: 40%;