Files
stand/assets/sass/wide/_corporativos.scss
2021-01-14 23:55:53 -03:00

63 lines
1.2 KiB
SCSS

#corporativos {
margin-top: rem(15);
form {
@include colors;
.row {
margin-bottom: rem(9);
input {
height: 1.5rem;
}
textarea {
height: 5rem;
}
}
.input.cantidad {
width: 4.5rem;
background: rgb(255, 255, 255);
text-align: center;
padding: .5rem 0.05rem;
font-size: font_size(10);
color: rgba(191, 191, 191, .87) !important;
button {
background: none;
border: none;
width: 1rem;
margin: 0;
padding: 0;
cursor: pointer;
color: rgba(191, 191, 191, .87) !important;
}
input {
width: 2rem;
background: none;
margin: 0;
border: 0;
padding: 0;
text-align: center;
color: rgba(191, 191, 191, .87) !important;
}
}
.input [type="file"] {
display: none;
}
.input .file {
display: inline-block;
height: rem(20*12/10);
padding-top: rem(3);
margin-left: rem(5);
font-size: font_size(16);
text-align: center;
cursor: pointer;
}
.button {
width: 100%;
background-color: $gris_standard;
color: white;
}
}
}