mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-12 12:33:07 +00:00
improve structure double footer
This commit is contained in:
@@ -61,12 +61,12 @@
|
||||
--ds-sidebar-items-width: #{$sidebar-items-width};
|
||||
--ds-total-sidebar-width: #{$total-sidebar-width};
|
||||
|
||||
--ds-top-footer-bg: #{$gray-200} !important;
|
||||
--ds-footer-bg: #{theme-color('primary')} !important;
|
||||
--ds-top-footer-bg: #{$gray-200};
|
||||
--ds-footer-bg: #{theme-color('primary')};
|
||||
--ds-footer-border: 1px solid var(--bs-gray-400);
|
||||
--ds-footer-padding: 0 !important;
|
||||
--ds-footer-padding-bottom: 0 !important;
|
||||
--ds-footer-logo-height: 50px !important;
|
||||
--ds-footer-padding: 0;
|
||||
--ds-footer-padding-bottom: 0;
|
||||
--ds-footer-logo-height: 50px;
|
||||
|
||||
$home-news-link-color: $cyan;
|
||||
--ds-home-news-link-color: #{$home-news-link-color};
|
||||
|
Reference in New Issue
Block a user