5 667
edições
Sem resumo de edição |
Sem resumo de edição |
||
Linha 107: | Linha 107: | ||
transition: transform 0.2s ease-in-out; | transition: transform 0.2s ease-in-out; | ||
} | } | ||
.filter-container { | .filter-container { | ||
display: flex; | display: flex; | ||
align-items: center; /* Alinha a checkbox e o texto | align-items: center; /* Alinha verticalmente a checkbox e o texto */ | ||
} | } | ||
.filter-container input[type="checkbox"] { | .filter-container input[type="checkbox"] { | ||
margin: 0; | margin: 0; | ||
padding: 0; | padding: 0; | ||
width: auto; /* Ajusta o tamanho da checkbox conforme necessário */ | |||
height: auto; /* Ajusta o tamanho da checkbox conforme necessário */ | |||
/* Alinha verticalmente a checkbox com o texto */ | |||
vertical-align: middle; | |||
} | } | ||
.filter-label { | .filter-label { | ||
margin-left: 8px; /* Espaço entre a checkbox e o texto */ | |||
font-size: 14px; | font-size: 14px; | ||
font-weight: bold; | font-weight: bold; | ||
color: #0d0d0d; | color: #0d0d0d; | ||
line-height: 1.5; /* Ajusta a altura da linha para um alinhamento adequado */ | |||
line-height: 1; /* Ajusta a altura da linha para | |||
} | } | ||