orcashub-discourse-theme/desktop/desktop.scss

41 lines
672 B
SCSS

@import "showcased-categories";
@import "chat-desktop";
@import "sidebar-desktop";
.top-header-image {
height: 128px;
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;
}
}