From ad4fd25344684ddc331f86f28cd2f5a58a635e6e Mon Sep 17 00:00:00 2001 From: slaveeks Date: Wed, 27 Jul 2022 14:29:44 +0300 Subject: [PATCH] Replaced page footer style to page.pcss --- src/frontend/styles/components/navigator.pcss | 6 ------ src/frontend/styles/components/page.pcss | 7 +++++++ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/frontend/styles/components/navigator.pcss b/src/frontend/styles/components/navigator.pcss index 1d3d144..7c499a4 100644 --- a/src/frontend/styles/components/navigator.pcss +++ b/src/frontend/styles/components/navigator.pcss @@ -38,9 +38,3 @@ padding: 0; } -.page_footer { - display: flex; - flex-direction: row; - justify-content: space-between; - width: 100%; -} diff --git a/src/frontend/styles/components/page.pcss b/src/frontend/styles/components/page.pcss index 1caf297..02412d7 100644 --- a/src/frontend/styles/components/page.pcss +++ b/src/frontend/styles/components/page.pcss @@ -496,3 +496,10 @@ } } } + +.page_footer { + display: flex; + flex-direction: row; + justify-content: space-between; + width: 100%; +}