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,19 +1,19 @@
@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() {
/deep/ {
$button-size: 50px;
$button-border-radius: 12px;
.container-title {
color: nga-theme(color-fg);
font-family: nga-theme(font-secondary);
color: nb-theme(color-fg);
font-family: nb-theme(font-secondary);
margin-bottom: 0.5rem;
}
.header {
color: nga-theme(color-fg-header);
color: nb-theme(color-fg-header);
font-size: 0.875rem;
line-height: 1rem;
}
@ -22,7 +22,7 @@
font-size: 0.75rem;
line-height: 1rem;
font-weight: 300;
color: nga-theme(color-fg);
color: nb-theme(color-fg);
}
.btn-demo {