edit profile andcoop

This commit is contained in:
María
2025-09-12 21:12:28 +02:00
parent 365fcf7303
commit 8a111a6c69
8 changed files with 94 additions and 103 deletions

View File

@@ -62,7 +62,7 @@ export default {
// width: 100%; //Utilizar este width para controlar el ancho desde el elemento padre
width: 45%;
@include mobile {
width: 80%;
width: 100%;
}
// @include desktop {
// width: 25%;
@@ -75,7 +75,7 @@ input {
border-radius: 4px;
padding: 10px 5px;
display: block;
margin-bottom: 10px;
margin: 8px 0 16px 0;
font-weight: $regular;
outline: none;
}
@@ -83,8 +83,8 @@ input {
label {
text-align: left;
color: $color-primary;
font-weight: $bold;
font-size: $xs;
font-weight: $medium;
font-size: $s;
display: block;
}
</style>