fix(dashboard): restructure components

This commit is contained in:
KostyaDanovsky 2017-07-06 19:10:31 +03:00
parent 43aaef8210
commit 422880dddf
15 changed files with 80 additions and 26 deletions

View file

@ -8,3 +8,8 @@
padding-top: 0;
}
}
//global styles for thw whole application
[class^='col-'] {
padding: 0 0.75rem;
}