fix(demo): replace @akveo with @nebular

This commit is contained in:
Alexander Zhukov 2017-08-01 17:42:21 +03:00
parent b772882cd6
commit 210c6f2355
129 changed files with 1010 additions and 1010 deletions

View file

@ -1,7 +1,7 @@
@import '../../../../@theme/styles/variables';
@import '~@akveo/nga-theme/components/card/card.component.theme';
@import '~@nebular/theme/components/card/card.component.theme';
@include nga-install-component() {
@include nb-install-component() {
.action-groups {
display: flex;
}
@ -9,6 +9,6 @@
.action-groups-header {
flex: 1;
@include nga-card-header();
@include nb-card-header();
}
}