5 805
edições
Sem resumo de edição Etiqueta: Revertido |
Etiqueta: Desfazer |
||
Linha 6: | Linha 6: | ||
<title>Seleção de Mapas</title> | <title>Seleção de Mapas</title> | ||
<style> | <style> | ||
.hidden { | |||
display: | display: none; | ||
} | |||
.input-group { | |||
margin | margin: 20px 0; | ||
} | } | ||
. | .maps__select, | ||
.input-group input[type="text"], | |||
.input-group button { | |||
width: 100%; | |||
padding: 10px; | |||
margin-top: 5px; | |||
font-size: 16px; | |||
border-radius: 5px; | |||
border: 1px solid #ccc; | |||
} | } | ||
Linha 22: | Linha 28: | ||
display: flex; | display: flex; | ||
flex-wrap: wrap; | flex-wrap: wrap; | ||
gap: 10px; | gap: 10px; | ||
margin-top: | margin-top: 20px; | ||
} | } | ||
.image-item { | |||
flex: 1 0 30%; | flex: 1 0 30%; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.image- | .image-item img { | ||
max-width: 100%; | |||
height: auto; | |||
} | } | ||
.image-info { | .image-info { | ||
Linha 41: | Linha 46: | ||
} | } | ||
.tag-button { | |||
display: inline-block; | |||
background-color: #f1f1f1; | |||
color: #333; | |||
padding: 10px 20px; | |||
margin: 5px; | margin: 5px; | ||
border: 1px solid #ccc; | |||
border-radius: 20px; | |||
border: | |||
cursor: pointer; | cursor: pointer; | ||
font-size: 16px; | font-size: 16px; | ||
} | } | ||
. | .tag-button.selected { | ||
background-color: #15864e; | |||
color: #fff; | |||
} | } | ||
Linha 147: | Linha 66: | ||
display: flex; | display: flex; | ||
align-items: center; | align-items: center; | ||
margin-bottom: 20px; | |||
} | } | ||
.filter-container input[type="checkbox"] { | .filter-container input[type="checkbox"] { | ||
margin | margin-right: 10px; | ||
} | } | ||
.filter-label { | .filter-container label { | ||
font-size: 16px; | |||
font-size: | |||
} | } | ||