mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-21 07:24:07 +01:00
refactor(@theme): refactor app styles
This commit is contained in:
parent
6ad706f65a
commit
a126301343
9 changed files with 44 additions and 60 deletions
|
|
@ -1,28 +1,16 @@
|
|||
@mixin base-header-theme() {
|
||||
/deep/ base-header {
|
||||
i.control-icon {
|
||||
&:hover {
|
||||
color: $nga-color-secondary;
|
||||
}
|
||||
}
|
||||
.logo > a {
|
||||
color: $nga-color-secondary !important;
|
||||
|
||||
.logo {
|
||||
span {
|
||||
color: $nga-color-secondary;
|
||||
}
|
||||
|
||||
&:hover {
|
||||
color: $nga-color-default;
|
||||
|
||||
span {
|
||||
color: $nga-color-default;
|
||||
}
|
||||
@include hover-focus-active {
|
||||
color: $nga-color-inverse !important;
|
||||
}
|
||||
}
|
||||
|
||||
.left > *,
|
||||
.right > * {
|
||||
border-color: rgba($nga-color-default, 0.2);
|
||||
border-color: rgba($nga-color-inverse, 0.2);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue