diff --git a/assets/css/stipplecore.css b/assets/css/stipplecore.css index e1067af..98a4f40 100644 --- a/assets/css/stipplecore.css +++ b/assets/css/stipplecore.css @@ -128,6 +128,14 @@ margin-left: 5px; } +.st-footer { + padding: var(--st-spacing-md); + text-align: center; + background-color: var(--st-dashboard-bg-1); + margin: var(--st-spacing-xl) 8px; +} + + /*=================================================================== LAYOUT ================================================================== */ diff --git a/assets/css/themes/theme-default-dark.css b/assets/css/themes/theme-default-dark.css index 1de6d74..c875ae4 100644 --- a/assets/css/themes/theme-default-dark.css +++ b/assets/css/themes/theme-default-dark.css @@ -703,21 +703,6 @@ } - /*=================================================================== - Footer - ================================================================== */ - -.st-footer { - font-size: 0.8rem; - padding-top: 2rem !important; - text-align: center; - } -.st-footer .st-logo { - height: 17px; - margin-right: 2px; - } - - /*=================================================================== St Field Label diff --git a/assets/css/themes/theme-default-light.css b/assets/css/themes/theme-default-light.css index e4efa68..04c31d3 100644 --- a/assets/css/themes/theme-default-light.css +++ b/assets/css/themes/theme-default-light.css @@ -703,21 +703,6 @@ } - /*=================================================================== - Footer - ================================================================== */ - - .st-footer { - font-size: 0.8rem; - padding-top: 2rem !important; - text-align: center; - } - .st-footer .st-logo { - height: 17px; - margin-right: 2px; - } - - /*=================================================================== St Field Label