Add custom footer and styles

This commit is contained in:
Tony Grosinger 2024-02-17 08:58:22 -08:00
parent d39e74ca58
commit 0b9ae900e3
4 changed files with 42 additions and 1 deletions

View File

@ -4,7 +4,8 @@
"license_url": null,
"components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git",
"https://github.com/discourse/discourse-clickable-topic.git"
"https://github.com/discourse/discourse-clickable-topic.git",
"https://github.com/discourse/Discourse-easy-footer.git"
],
"assets": {
"OrcasHub-Top-Logo": "assets/OrcasHub-Top-Logo.png"

View File

@ -570,3 +570,28 @@ html body #main-outlet {
.topic-list .main-link.focused {
box-shadow: none;
}
// Footer
.custom-footer {
background-color: #1f2937;
.list {
span {
font-weight: 500;
}
}
.second-box .links li {
margin: 0;
}
.footer-section-link-wrapper a {
color: var(--header_primary);
font-size: 1rem;
line-height: 1.5rem;
&:hover {
color: white;
}
}
}

View File

@ -6,3 +6,11 @@
height: 128px;
width: 246px;
}
// Footer
.custom-footer {
.list {
margin: 2rem 5em 4rem;
}
}

View File

@ -206,3 +206,10 @@ ol.category-breadcrumb {
padding-right: 0.25em;
}
}
// Footer
.custom-footer {
.list {
margin: 2rem 0;
}
}