mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
fix(grid): improve grid styles
This commit is contained in:
parent
f804ab2d0f
commit
eccacf2dad
1 changed files with 4 additions and 2 deletions
|
|
@ -1,4 +1,6 @@
|
|||
:host {
|
||||
@import '../../../@theme/styles/themes';
|
||||
|
||||
@include nb-install-component() {
|
||||
.show-grid {
|
||||
.row {
|
||||
margin: -0.5rem;
|
||||
|
|
@ -10,7 +12,7 @@
|
|||
|
||||
div {
|
||||
text-align: center;
|
||||
background-color: #494299;
|
||||
background-color: nb-theme(color-bg-active);
|
||||
padding: 0.75rem 0.25rem;
|
||||
border-radius: 0.25rem;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue