Override input styles for material themes

This commit is contained in:
eugene-sinitsyn 2020-03-09 17:24:08 +03:00 committed by Maksim Karatkevich
parent 94347655b7
commit c8261fac90
3 changed files with 89 additions and 2 deletions

View file

@ -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;
}
}
}
}