edit profile andcoop
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user