fix(buttons): add margin-top

This commit is contained in:
Alexander Zhukov 2017-06-27 17:29:34 +03:00
parent 3f3df955b4
commit d98658b979

View file

@ -3,6 +3,10 @@
@include nga-install-component() { @include nga-install-component() {
.example-container:nth-child(n + 4) {
margin-top: 2rem;
}
.primary-container { .primary-container {
.original { .original {
background-color: nga-theme(btn-primary-bg); background-color: nga-theme(btn-primary-bg);