Skip to content

Commit

Permalink
UI Footer: 42441, adjust footer styling like following: (#8337)
Browse files Browse the repository at this point in the history
- add top-border to maincrontrol footer
- remove border from footer grids
- add padding to footer grids

https://mantis.ilias.de/view.php?id=42441
(cherry picked from commit b2f15d2)
  • Loading branch information
lukastocker authored and Amstutz committed Nov 5, 2024
1 parent 13d68bb commit 4b4731f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
background-color: $il-footer-bg-color;
font-size: $il-font-size-base;
color: $il-footer-color;
border-top: $il-main-border;

& a,
& .btn-link {
Expand All @@ -29,7 +30,7 @@
display: grid;
grid-template-columns: repeat(2, 1fr);
column-gap: $il-footer-gap-base;
border-top: $il-main-border;
padding: $il-padding-small-horizontal 0;
}

&-grid__item {
Expand Down Expand Up @@ -60,7 +61,7 @@
grid-template-columns: repeat(1, 1fr);
}
& ul li {
padding: $il-padding-large-vertical 0;
padding: $il-padding-large-vertical 0 0 0;
}
}
}
5 changes: 3 additions & 2 deletions templates/default/delos.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 4b4731f

Please sign in to comment.