mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
Add material theme for material landing page
This commit is contained in:
parent
a962c248a5
commit
64d6a5a23d
4 changed files with 49 additions and 5 deletions
|
|
@ -0,0 +1,15 @@
|
|||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
::ng-deep {
|
||||
.version {
|
||||
color: nb-theme(color-basic-500) !important;
|
||||
}
|
||||
|
||||
ngx-landing-footer{
|
||||
.h6, .copy {
|
||||
color: #ffffff !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue