orcashub-discourse-theme/desktop/desktop.scss

41 lines
672 B
SCSS
Raw 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:last-child {
a {
color: white;
background-color: #111827;
border-radius: .375rem;
}
}
}
2024-02-17 08:58:22 -08:00
// Footer
.custom-footer {
.list {
margin: 2rem 5em 4rem;
}
}