mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 23:40:14 +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 {
|
.show-grid {
|
||||||
.row {
|
.row {
|
||||||
margin: -0.5rem;
|
margin: -0.5rem;
|
||||||
|
|
@ -10,7 +12,7 @@
|
||||||
|
|
||||||
div {
|
div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: #494299;
|
background-color: nb-theme(color-bg-active);
|
||||||
padding: 0.75rem 0.25rem;
|
padding: 0.75rem 0.25rem;
|
||||||
border-radius: 0.25rem;
|
border-radius: 0.25rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue