ajustement css

This commit is contained in:
Christophe 2022-04-26 14:44:05 +02:00
parent 4d9d56e255
commit b0cff239e4
3 changed files with 3 additions and 1 deletions

View file

@ -17,6 +17,7 @@ div.vue-input > input {
.gamutable__input--filtrer { .gamutable__input--filtrer {
font-size: 1.2rem; font-size: 1.2rem;
box-shadow: 0 0 0 1px #999999 inset; box-shadow: 0 0 0 1px #999999 inset;
padding: 5px 5px !important;
} }
.gamutable__input--filtrer:valid { .gamutable__input--filtrer:valid {

File diff suppressed because one or more lines are too long

View file

@ -16,6 +16,7 @@ div.vue-input > input {
.gamutable__input--filtrer { .gamutable__input--filtrer {
font-size: 1.2rem; font-size: 1.2rem;
box-shadow: 0 0 0 1px rgb(153, 153, 153) inset; box-shadow: 0 0 0 1px rgb(153, 153, 153) inset;
padding: 5px 5px !important;
&:valid { &:valid {
font-size: 1.2rem; font-size: 1.2rem;
background-color: rgb(153, 153, 153); background-color: rgb(153, 153, 153);