fix(buttons): fix button styles (#8)

This commit is contained in:
Dmitry Nehaychik 2017-07-07 17:15:32 +03:00 committed by GitHub
parent 51b68b9d65
commit fa8342cc6d
4 changed files with 14 additions and 15 deletions

View file

@ -9,7 +9,12 @@
}
}
//global styles for thw whole application
//global styles for the whole application
[class^='col-'] {
padding: 0 0.75rem;
}
.row {
margin-right: -0.75rem;
margin-left: -0.75rem;
}