MediaWiki:Common.css: mudanças entre as edições

sem sumário de edição
Sem resumo de edição
Sem resumo de edição
Linha 59: Linha 59:
}
}


.selectwithSearch__search input,
.selectwithSearch__search input{
.input-default{
   box-sizing: border-box;
   box-sizing: border-box;
   height: 3.25rem;
   height: 3.25rem;
Linha 859: Linha 858:
         }
         }
/*Formulario de boost*/
/*Formulario de boost*/
.input-default {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: .45rem .8rem;
    border: 1px solid #ced4da;
    border-radius: 8px;
    font-size: .9rem;
    transition: all .25s ease;
}
.input-default:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
    outline: 0;
}


@media screen and (max-width: 1450px) {
@media screen and (max-width: 1450px) {