Compare commits

..

No commits in common. "c8fd61c67b768afd699541b7cfc4278d8a908cdf" and "d39e74ca58fe84b334f1e36c95dbca2b3cf8a1f3" have entirely different histories.

4 changed files with 1 additions and 67 deletions

View File

@ -4,9 +4,7 @@
"license_url": null, "license_url": null,
"components": [ "components": [
"https://github.com/jordanvidrine/discourse-category-group-boxes.git", "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-custom-header-links.git",
"https://github.com/discourse/Discourse-easy-footer.git"
], ],
"assets": { "assets": {
"OrcasHub-Top-Logo": "assets/OrcasHub-Top-Logo.png" "OrcasHub-Top-Logo": "assets/OrcasHub-Top-Logo.png"

View File

@ -570,28 +570,3 @@ html body #main-outlet {
.topic-list .main-link.focused { .topic-list .main-link.focused {
box-shadow: none; 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,35 +6,3 @@
height: 128px; height: 128px;
width: 246px; width: 246px;
} }
// Header links
.custom-header-links {
.headerLink a {
padding: .5rem .75rem;
margin: 0 .1rem;
color: var(--header_primary);
font-weight: 500;
font-size: .9rem;
line-height: 1.25rem;
&:hover {
color: white;
}
}
li:last-child {
a {
color: white;
background-color: #111827;
border-radius: .375rem;
}
}
}
// Footer
.custom-footer {
.list {
margin: 2rem 5em 4rem;
}
}

View File

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