src/front/src/components/CoordinatesInput/CoordinatesInput.css [5:25]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}

/*.coordinatesContainer input {*/
/*    width:10px;*/
/*}*/

.coordinatesContainer input::placeholder {
    text-align: left;
    /*background: url(underline.png) no-repeat bottom center;*/
    color: var(--shaded_text);
    opacity: unset;
}
.hidden-span {
    border: solid 1px rgba(0,0,0,0);
    font-size: 40px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    visibility: hidden;
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/front/src/components/SearchPanel/SearchPanel.css [124:142]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
}


.coordinatesContainer input::placeholder {
    text-align: left;
    /*background: url(underline.png) no-repeat bottom center;*/
    color: var(--shaded_text);
    opacity: unset;
}
.hidden-span {
    border: solid 1px rgba(0,0,0,0);
    font-size: 40px;
    font-family: 'JetBrains Mono', monospace;
    font-weight: 400;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
    visibility: hidden;

}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



