refactor(tooltip): remove unnecessary spacing

This commit is contained in:
Sergey Andrievskiy 2019-06-19 22:34:08 +03:00
parent 22e661da3b
commit f4acf38848

View file

@ -1,6 +1,10 @@
@import '../../../@theme/styles/themes'; @import '../../../@theme/styles/themes';
@include nb-install-component() { @include nb-install-component() {
nb-card-body {
margin: -0.5rem;
}
button { button {
margin: 0.5rem; margin: 0.5rem;
} }