mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-01-24 10:16:10 +01:00
Add material style overrides
This commit is contained in:
parent
ed0f1670f8
commit
ea9d7d56ea
10 changed files with 50 additions and 12 deletions
|
|
@ -7,6 +7,7 @@
|
|||
border-width: 0;
|
||||
box-shadow: none;
|
||||
margin: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
nb-card-header {
|
||||
|
|
|
|||
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
.single-view-button {
|
||||
.nb-square {
|
||||
font-size: 1.25rem;
|
||||
font-size: 1rem;
|
||||
}
|
||||
|
||||
@include nb-ltr {
|
||||
|
|
|
|||
|
|
@ -5,10 +5,10 @@
|
|||
@include nb-install-component() {
|
||||
position: relative;
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
|
||||
nb-card {
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
nb-card-header {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue