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,6 +1,6 @@
<nga-card>
<nga-card-header>Button Shapes</nga-card-header>
<nga-card-body>
<nb-card>
<nb-card-header>Button Shapes</nb-card-header>
<nb-card-body>
<div class="row">
<div class="shape-container col-md-4">
<div class="container-title">
@ -39,5 +39,5 @@
</div>
</div>
</div>
</nga-card-body>
</nga-card>
</nb-card-body>
</nb-card>

View file

@ -1,13 +1,13 @@
@import '../../../../@theme/styles/variables';
@import '~@akveo/nga-theme/styles/global/bootstrap/buttons';
@import '~@nebular/theme/styles/global/bootstrap/buttons';
@include nga-install-component() {
@include nb-install-component() {
.subheader {
margin-bottom: 19px;
span:nth-child(2) {
color: nga-theme(color-fg-heading);
color: nb-theme(color-fg-heading);
}
}
}