v2.0.2-beta

This commit is contained in:
2021-01-13 14:17:30 -03:00
parent daab2b65f5
commit 10622c2e94
28 changed files with 456 additions and 744 deletions

View File

@ -1,13 +1,12 @@
#corporativos {
margin-top: rem(15);
form {
@include colors;
.row {
margin-bottom: rem(9);
}
.colores.linea {
//margin-bottom: rem(25-9);
}
.input.cantidad {
width: 4.5rem;
background: rgb(255, 255, 255);
@ -41,34 +40,24 @@
.input .file {
display: inline-block;
height: rem(20*12/10);
//width: rem(150);
padding-top: rem(3);
margin-left: rem(5);
//background-color: #cccccb;
//border: thin solid #333;
font-size: font_size(16);
text-align: center;
cursor: pointer;
}
.input [type="text"] {
height: rem(18);
background-color: rgba(255, 255, 255);
border: none !important;
border-radius: 0 !important;
}
textarea {
height: rem(72);
background-color: rgba(255, 255, 255);
border: none !important;
border-radius: 0 !important;
margin-bottom: rem(25-9);
.row {
input {
height: 1.5rem;
}
textarea {
height: 5rem;
}
}
.button {
width: 100%;
background-color: #666667;
color: white;
border: none !important;
border-radius: 0 !important;
}
}
}