on passe en em et non rem

This commit is contained in:
Christophe 2023-01-20 16:23:55 +01:00
parent cb7beea937
commit 3921ce0709

View file

@ -1,5 +1,5 @@
.gamutable__input--rechercher {
padding: 0.25rem 1rem;
padding: 0.25rem 1em;
}
.vue-tags .vue-tag.selected {
@ -81,7 +81,7 @@ th .vue-select {
}
.gamutable table {
font-size: 1rem;
font-size: 1em;
table-layout: auto;
}
.gamutable table thead {
@ -105,7 +105,7 @@ th .vue-select {
}
.gamutable table .iconeTri {
float: right;
width: calc(1rem + 4px);
width: calc(1em + 4px);
}
.gamutable table .iconeTri .fa {
padding: 2px 5px;