feat(angular-cli): integrate angular-cli (#989)

This commit is contained in:
hryb 2017-04-18 18:41:04 +03:00 committed by Alexander Zhukov
parent 7b8a6f4e88
commit 523f44b746
138 changed files with 4507 additions and 7170 deletions

View file

@ -160,11 +160,12 @@ a {
}
.icon-up {
@include bg-nr('arrow-green-up.svg');
//@include bg-nr('arrow-green-up.svg');
background: url('/assets/img/arrow-green-up.svg') no-repeat 0 0;
}
.icon-down {
@include bg-nr('arrow-red-down.svg');
background: url('/assets/img/arrow-red-down.svg') no-repeat 0 0;
}
.disable-text-selection {