Files
legio-30/src/app/components/navbar/navbar.component.scss
ztimson dfa0c29098
All checks were successful
Build Website / Build NPM Project (push) Successful in 2m29s
Build Website / Tag Version (push) Successful in 38s
Build Website / Build & Push Dockerfile (push) Successful in 3m46s
Added resource page, updated icons, and more
2024-02-21 22:41:53 -05:00

46 lines
790 B
SCSS

::ng-deep mat-toolbar {
background: #000 !important;
border-bottom: #fff solid 1px;
height: 64px;
.mat-toolbar-row {
height: 100%;
}
.navbar-brand {
color: #fff;
&:hover img { filter: brightness(5%) sepia(75) saturate(100) hue-rotate(25deg) !important; }
&:hover, &:visited:hover { color: #b10000; }
}
.navbar-button {
color: rgba(255, 255, 255, 0.6);
font-weight: normal;
padding: 0 8px 0 8px;
&:hover { color: #b10000; }
}
}
::ng-deep .mat-menu-content {
background: #000;
border: #fff solid 1px;
padding: 0 !important;
border-radius: 0.25rem;
mat-divider {
border-color: white;
margin-top: 0.2rem;
padding-bottom: 0.1rem;
}
button {
color: rgba(255, 255, 255, 0.6);
height: 36px;
line-height: 36px;
&:hover { color: #b10000; }
}
}