on passe en em et non rem
This commit is contained in:
parent
cb7beea937
commit
3921ce0709
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
.gamutable__input--rechercher {
|
.gamutable__input--rechercher {
|
||||||
padding: 0.25rem 1rem;
|
padding: 0.25rem 1em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.vue-tags .vue-tag.selected {
|
.vue-tags .vue-tag.selected {
|
||||||
|
@ -81,7 +81,7 @@ th .vue-select {
|
||||||
}
|
}
|
||||||
|
|
||||||
.gamutable table {
|
.gamutable table {
|
||||||
font-size: 1rem;
|
font-size: 1em;
|
||||||
table-layout: auto;
|
table-layout: auto;
|
||||||
}
|
}
|
||||||
.gamutable table thead {
|
.gamutable table thead {
|
||||||
|
@ -105,7 +105,7 @@ th .vue-select {
|
||||||
}
|
}
|
||||||
.gamutable table .iconeTri {
|
.gamutable table .iconeTri {
|
||||||
float: right;
|
float: right;
|
||||||
width: calc(1rem + 4px);
|
width: calc(1em + 4px);
|
||||||
}
|
}
|
||||||
.gamutable table .iconeTri .fa {
|
.gamutable table .iconeTri .fa {
|
||||||
padding: 2px 5px;
|
padding: 2px 5px;
|
||||||
|
|
Loading…
Add table
Reference in a new issue