ajustement css
This commit is contained in:
parent
4d9d56e255
commit
b0cff239e4
3 changed files with 3 additions and 1 deletions
|
@ -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
|
@ -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);
|
||||||
|
|
Loading…
Add table
Reference in a new issue