mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-17 07:50:12 +01:00
fix(grid): remove styles for the bootstrap rows and columns
This commit is contained in:
parent
3febc37ed7
commit
9b1885c9d0
1 changed files with 8 additions and 8 deletions
|
|
@ -14,12 +14,12 @@
|
||||||
|
|
||||||
// other global styles
|
// other global styles
|
||||||
|
|
||||||
[class^='col-'] {
|
//[class^='col-'] {
|
||||||
padding: 0 0.75rem;
|
// padding: 0 0.75rem;
|
||||||
}
|
//}
|
||||||
|
//
|
||||||
.row {
|
//.row {
|
||||||
margin-right: -0.75rem;
|
// margin-right: -0.75rem;
|
||||||
margin-left: -0.75rem;
|
// margin-left: -0.75rem;
|
||||||
}
|
//}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue