orcashub-discourse-theme/desktop/desktop.scss

47 lines
858 B
SCSS
Raw Permalink Normal View History

@import "showcased-categories";
@import "chat-desktop";
@import "sidebar-desktop";
2024-02-17 07:53:22 -08:00
.top-header-image {
height: 128px;
width: 246px;
}
2024-02-17 08:58:22 -08:00
2024-02-17 08:58:42 -08:00
// 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:nth-last-child(2) {
2024-02-17 08:58:42 -08:00
a {
color: white;
background-color: #111827;
border-radius: .375rem;
}
}
}
2024-02-27 13:13:44 -08:00
// Sidebar
.sidebar-section[data-section-name="orcashub"] {
// Hide OrcasHub section in the sidebar on desktop since it's show in the header.
display: none !important;
}
2024-02-17 08:58:22 -08:00
// Footer
2024-02-27 13:13:44 -08:00
2024-02-17 08:58:22 -08:00
.custom-footer {
.list {
margin: 2rem 5em 4rem;
}
}