Untitled

 avatar
unknown
plain_text
2 months ago
672 B
3
Indexable
.data-emissao-field .content{
    top: -300px;
    right: 0;
    left: unset!important;
}

.data-emissao-field{
    position: relative;
    z-index: 1;
}

.data-emissao-field .input-field{
    max-width: 150px;
}

.calendar-icon {
    position: absolute;
    left: 10px;
    top: 50%; 
    transform: translateY(-50%);
    fill: var(--lightPink);
    font-size: 18px;
    pointer-events: none; 
}

.input-with-icon input {
    padding-left: 40px;
    width: 100%;
    height: 36px;
    font-size: 14px;
    line-height: 20px;
    background-color: var(--lightGray);
    font-family: inherit;
    color: #212529;
}

.input-with-icon {
  position: relative;
  width: 100%;
}
Leave a Comment