Skip to content

Commit

Permalink
feat: make LMS Django footer style like MFEs
Browse files Browse the repository at this point in the history
  • Loading branch information
igobranco committed Jan 8, 2025
1 parent 28ddab5 commit 2ef4fc3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $background-color: #eaeaea;
$text-color: #000000;
$page-color: #f5f5f5;
$header-bar-color: #074CE1;
$header-dropdown-nav-item-color: #eaeaea;
$vertical-line-color: #0958FE;
$gray-bar-color: #cccccc;
$gray-smalltext-color: #777777;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -126,10 +126,8 @@
}

.dropdown-nav-item {
border-bottom: 1px solid $footer-bg-color;

&:last-child {
border-bottom: none;
border-top: 1px solid $header-dropdown-nav-item-color;
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ $background-color: #eaeaea;
$text-color: #000000;
$page-color: #f5f5f5;
$header-bar-color: #074CE1;
$header-dropdown-nav-item-color: #eaeaea;
$vertical-line-color: #0958FE;
$gray-bar-color: #cccccc;
$gray-smalltext-color: #777777;
Expand All @@ -44,7 +45,7 @@ $menu-bg-color: #ffffff;
// the two shadows configs are different between LMS and WordPress
$global-header-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.1);
$nau-branding-top-nav-shadow: unset;
$aaa: #aaaa;

$footer-bg-color: #232323;
$footer-header-color: #d2d2d2;
$footer-link-color: #d2d2d2;
Expand Down

0 comments on commit 2ef4fc3

Please sign in to comment.