2020-03-06 14:21:17 +03:00
|
|
|
@import '~@angular/material/theming';
|
2020-03-05 14:25:25 +03:00
|
|
|
|
|
|
|
|
@include nb-install() {
|
2020-03-06 14:21:17 +03:00
|
|
|
@include nb-for-theme(material-dark) {
|
|
|
|
|
$custom-dark-theme: mat-dark-theme(mat-palette($mat-pink), mat-palette($mat-blue-grey));
|
|
|
|
|
@include angular-material-theme($custom-dark-theme);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@include nb-for-theme(material-light) {
|
|
|
|
|
$custom-light-theme: mat-light-theme(mat-palette($mat-indigo), mat-palette($mat-pink));
|
|
|
|
|
@include angular-material-theme($custom-light-theme);
|
|
|
|
|
}
|
2020-03-05 14:25:25 +03:00
|
|
|
|
|
|
|
|
@include nb-for-themes(material-dark, material-light) {
|
2020-03-06 14:21:17 +03:00
|
|
|
@include mat-core();
|
|
|
|
|
|
2020-03-05 14:25:25 +03:00
|
|
|
nb-layout-header {
|
|
|
|
|
.logo-container, nb-action {
|
|
|
|
|
a, nb-icon, .user-name {
|
|
|
|
|
color: nb-theme(text-control-color) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nb-sidebar {
|
|
|
|
|
transition: width 0.3s;
|
|
|
|
|
|
|
|
|
|
.main-container {
|
|
|
|
|
transition: width 0.3s;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-09 17:24:08 +03:00
|
|
|
ngx-footer .socials {
|
|
|
|
|
color: nb-theme(color-basic-100) !important;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-09 15:38:42 +03:00
|
|
|
nb-card {
|
2020-03-09 17:24:08 +03:00
|
|
|
border-bottom-left-radius: 0.125rem;
|
|
|
|
|
border-bottom-right-radius: 0.125rem;
|
|
|
|
|
|
2020-03-09 15:38:42 +03:00
|
|
|
nb-card-header, .tabset {
|
|
|
|
|
background-color: nb-theme(card-divider-color);
|
|
|
|
|
}
|
2020-03-05 14:25:25 +03:00
|
|
|
}
|
2020-03-09 17:24:08 +03:00
|
|
|
|
|
|
|
|
[nbinput] {
|
|
|
|
|
font-weight: 400;
|
|
|
|
|
|
|
|
|
|
&.status-basic:focus:hover {
|
|
|
|
|
border-color: nb-theme(color-primary-focus) !important;
|
|
|
|
|
}
|
|
|
|
|
}
|
2020-03-05 14:25:25 +03:00
|
|
|
}
|
|
|
|
|
}
|