mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
16 lines
318 B
SCSS
16 lines
318 B
SCSS
@mixin base-header-theme($theme-name) {
|
|
/deep/ base-header {
|
|
.logo > a {
|
|
color: $nga-color-secondary !important;
|
|
|
|
@include hover-focus-active {
|
|
color: $nga-color-inverse !important;
|
|
}
|
|
}
|
|
|
|
.left > *,
|
|
.right > * {
|
|
border-color: rgba($nga-color-inverse, 0.2);
|
|
}
|
|
}
|
|
}
|