Description input added

This commit is contained in:
2021-09-30 22:09:13 -03:00
parent 21afd0a024
commit eaeef681b4
6 changed files with 55 additions and 5 deletions

View File

@@ -35,4 +35,25 @@
white-space: nowrap;
text-overflow: ellipsis;
}
input[type=text] {
width: 15vw;
height: 3vw;
@include bodyFont();
font-size: 12pt;
outline: none;
padding: 1px 2px;
box-sizing: border-box;
&.disabled {
user-select: none;
cursor: initial;
pointer-events: none;
opacity: 30%;
}
}
}