fix: prevent nb-icons misplacing

Bootstrap has svg styles with different vertical align
This commit is contained in:
Sergey Andrievskiy 2019-06-20 13:38:52 +03:00
parent 20930af478
commit 2dc5531fe3

View file

@ -21,3 +21,8 @@
// loading progress bar
@include ngx-pace-theme();
};
// overrides bootstrap svg style
nb-icon svg {
vertical-align: top;
}