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,8 +1,8 @@
@import '../../../@theme/styles/variables';
@include nga-install-component() {
@include nb-install-component() {
nga-card-body {
nb-card-body {
overflow: visible;
}
@ -46,26 +46,26 @@
.star {
font-size: 1.5rem;
color: nga-theme(color-fg);
color: nb-theme(color-fg);
}
.filled {
color: nga-theme(color-fg);
color: nb-theme(color-fg);
}
// TODO: Replace with the card header styles mixin
.rating-header {
line-height: 2rem;
font-size: 1.25rem;
font-family: nga-theme(font-secondary);
font-weight: nga-theme(font-weight-bolder);
color: nga-theme(color-fg-heading);
font-family: nb-theme(font-secondary);
font-weight: nb-theme(font-weight-bolder);
color: nb-theme(color-fg-heading);
}
.current-rate {
font-size: 1.5rem;
padding-left: 1rem;
color: nga-theme(color-fg-heading);
color: nb-theme(color-fg-heading);
}
.full-name-inputs {