fix(buttons): add margin for the examples blocks

This commit is contained in:
Alexander Zhukov 2017-07-24 17:23:54 +03:00
parent 43aca56e0d
commit 0c22fbb784
4 changed files with 29 additions and 8 deletions

View file

@ -1,6 +1,11 @@
@import '../../../@theme/styles/variables';
@include nga-install-component() {
nga-card-body {
overflow: visible;
}
.input-group {
margin-bottom: 1rem;
}
@ -88,4 +93,8 @@
top: 0.25rem;
}
}
.dropdown {
width: 25%;
}
}