buttons centered

This commit is contained in:
Gaëlle Morin 2019-11-04 14:34:03 +01:00
parent 2661be13b6
commit ff2b07afb4
1 changed files with 10 additions and 0 deletions

View File

@ -112,6 +112,16 @@
}
}
}
>sib-set-default[name='buttons'] {
display: flex;
justify-content: center;
>sib-multiple {
align-items: center;
display: flex;
}
}
}
.table-body div team-template-edit {