mirror of
https://github.com/akveo/ngx-admin.git
synced 2026-03-09 15:12:34 +01:00
feat(angular-cli): integrate angular-cli (#989)
This commit is contained in:
parent
7b8a6f4e88
commit
523f44b746
138 changed files with 4507 additions and 7170 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue