From ff2b07afb4e57f524f3fa208227da1a1e245c00f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABlle=20Morin?= Date: Mon, 4 Nov 2019 14:34:03 +0100 Subject: [PATCH] buttons centered --- src/styles/layout/circle/circle-edit.scss | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/styles/layout/circle/circle-edit.scss b/src/styles/layout/circle/circle-edit.scss index ab7425d..1c44101 100644 --- a/src/styles/layout/circle/circle-edit.scss +++ b/src/styles/layout/circle/circle-edit.scss @@ -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 {