fix(grid): remove styles for the bootstrap rows and columns

This commit is contained in:
KostyaDanovsky 2017-09-08 11:46:37 +03:00
parent 9b1885c9d0
commit 1f198223d7

View file

@ -11,15 +11,4 @@
// framework global styles
@include nb-theme-global();
@include nb-auth-global();
// other global styles
//[class^='col-'] {
// padding: 0 0.75rem;
//}
//
//.row {
// margin-right: -0.75rem;
// margin-left: -0.75rem;
//}
};