mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-02-22 07:54:06 +01:00
Override input styles for material themes
This commit is contained in:
parent
94347655b7
commit
c8261fac90
3 changed files with 89 additions and 2 deletions
|
|
@ -30,10 +30,25 @@
|
|||
}
|
||||
}
|
||||
|
||||
ngx-footer .socials {
|
||||
color: nb-theme(color-basic-100) !important;
|
||||
}
|
||||
|
||||
nb-card {
|
||||
border-bottom-left-radius: 0.125rem;
|
||||
border-bottom-right-radius: 0.125rem;
|
||||
|
||||
nb-card-header, .tabset {
|
||||
background-color: nb-theme(card-divider-color);
|
||||
}
|
||||
}
|
||||
|
||||
[nbinput] {
|
||||
font-weight: 400;
|
||||
|
||||
&.status-basic:focus:hover {
|
||||
border-color: nb-theme(color-primary-focus) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue