5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 35: | Linha 35: | ||
padding: 0; /* Remove o padding do botão */ | padding: 0; /* Remove o padding do botão */ | ||
cursor: pointer; /* Mostra o cursor de ponteiro ao passar sobre o botão */ | cursor: pointer; /* Mostra o cursor de ponteiro ao passar sobre o botão */ | ||
margin-top: 5px; /* Ajuste a margem superior para subir o botão */ | |||
} | } | ||
#filterButton img, #searchButton img { | #filterButton img, #searchButton img { | ||
Linha 53: | Linha 54: | ||
.input-group { | .input-group { | ||
position: relative; | position: relative; | ||
margin: | margin: 5px 0; | ||
} | } | ||
.mapsCalc__select { | .mapsCalc__select { | ||
Linha 66: | Linha 67: | ||
} | } | ||
.mapsCalc__label { | .mapsCalc__label { | ||
position: absolute; | |||
top: -18px; /* Eleva o texto um pouco mais para cima */ | |||
background: none; | |||
padding: 0 5px; | |||
font-size: 14px; | |||
font-weight: bold; /* Deixa o texto em negrito */ | |||
color: #0d0d0d; | |||
} | |||
#searchIds { | |||
position: absolute; | position: absolute; | ||
top: -18px; /* Eleva o texto um pouco mais para cima */ | top: -18px; /* Eleva o texto um pouco mais para cima */ |