mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-06 08:31:48 +01:00
refactor(app): make a bit more neat structure
This commit is contained in:
parent
91c780c256
commit
44f2f562a9
20 changed files with 24 additions and 17 deletions
|
|
@ -1,16 +0,0 @@
|
|||
@mixin base-header-theme() {
|
||||
/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);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue