w-aura/src/components/PlacePicker/styles.module.css
Денис Катаев ce1e853f68 feat: some edits
2024-02-04 01:09:49 +00:00

19 lines
283 B
CSS
Executable File

.container {
width: 100%;
}
.full-address {
width: 100%;
background: transparent;
color: rgb(51, 51, 51);
border: 1px solid rgb(51, 51, 51);
border-radius: 25px;
padding: 10px 15px;
line-height: 24px;
font-size: 16px;
}
.full-address:disabled {
opacity: 0.5;
}