mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +01:00
refactor(theme): rename link-color theme variable
This commit is contained in:
parent
300d24f701
commit
06e86482d6
3 changed files with 5 additions and 5 deletions
|
|
@ -147,7 +147,7 @@
|
||||||
font-size: 2.25rem;
|
font-size: 2.25rem;
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
color: nb-theme(link-color-active);
|
color: nb-theme(link-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
&.selected {
|
&.selected {
|
||||||
color: nb-theme(link-color-active);
|
color: nb-theme(link-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -64,7 +64,7 @@
|
||||||
width: 100px;
|
width: 100px;
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
background-color: nb-theme(link-color-active);
|
background-color: nb-theme(link-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
@include install-thumb() {
|
@include install-thumb() {
|
||||||
background: nb-theme(link-color-active);
|
background: nb-theme(link-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -133,7 +133,7 @@
|
||||||
color: nb-theme(color-success);
|
color: nb-theme(color-success);
|
||||||
|
|
||||||
@include nb-for-theme(cosmic) {
|
@include nb-for-theme(cosmic) {
|
||||||
color: nb-theme(link-color-active);
|
color: nb-theme(link-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue