v2.1.0-alpha

This commit is contained in:
2021-01-14 11:50:51 -03:00
parent 05e12addac
commit 0320b990c6
9 changed files with 338 additions and 1327 deletions

View File

@ -6,6 +6,13 @@
.row {
margin-bottom: rem(9);
input {
height: 1.5rem;
}
textarea {
height: 5rem;
}
}
.input.cantidad {
width: 4.5rem;
@ -46,14 +53,6 @@
text-align: center;
cursor: pointer;
}
.row {
input {
height: 1.5rem;
}
textarea {
height: 5rem;
}
}
.button {
width: 100%;
background-color: #666667;