Widget:SearchQuestStyle: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 1: Linha 1:
<style>
<style>
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Sora', sans-serif;
}
a {
a {
     text-decoration: none;
     text-decoration: none;
Linha 126: Linha 133:
}
}


@supports (-webkit-quests-containerearance: none) or (-moz-quests-containerearance: none) {
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
     .custom-checkbox input[type=checkbox] {
     .custom-checkbox input[type=checkbox] {
       --active: #275EFE;
       --active: #275EFE;
Linha 136: Linha 143:
       --disabled: #F6F8FF;
       --disabled: #F6F8FF;
       --disabled-inner: #E1E6F9;
       --disabled-inner: #E1E6F9;
       -webkit-quests-containerearance: none;
       -webkit-appearance: none;
       -moz-quests-containerearance: none;
       -moz-appearance: none;
       height: 21px;
       height: 21px;
       outline: none;
       outline: none;
Linha 223: Linha 230:
     box-sizing: inherit;
     box-sizing: inherit;
   }
   }
</style>
</style>