mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-16 15:40:11 +01:00
Alterando Logo e icones - RBL
This commit is contained in:
parent
f8c10284fc
commit
7032dbff53
6 changed files with 24 additions and 16 deletions
|
|
@ -188,5 +188,8 @@
|
|||
"@angular-eslint/schematics:library": {
|
||||
"setParserOptionsProject": true
|
||||
}
|
||||
},
|
||||
"cli": {
|
||||
"analytics": false
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<nb-icon icon="menu-2-outline"></nb-icon>
|
||||
</a>
|
||||
<a class="logo" href="#" (click)="navigateHome()"
|
||||
><span>Desapegrow</span></a
|
||||
><img src="../../../../assets/images/Logo.png" width="210" height="170"></a
|
||||
>
|
||||
</div>
|
||||
<nb-select
|
||||
|
|
|
|||
|
|
@ -12,14 +12,15 @@ export class IconsComponent {
|
|||
evaIcons = [];
|
||||
|
||||
constructor(iconsLibrary: NbIconLibraries) {
|
||||
this.evaIcons = Array.from(iconsLibrary.getPack('eva').icons.keys())
|
||||
.filter(icon => icon.indexOf('outline') === -1);
|
||||
//this.evaIcons = Array.from(iconsLibrary.getPack('eva').icons.keys())
|
||||
// .filter(icon => icon.indexOf('outline') === -1);
|
||||
|
||||
console.log(this.evaIcons);
|
||||
// console.log(this.evaIcons);
|
||||
|
||||
iconsLibrary.registerFontPack('fa', { packClass: 'fa', iconClassPrefix: 'fa' });
|
||||
iconsLibrary.registerFontPack('far', { packClass: 'far', iconClassPrefix: 'fa' });
|
||||
iconsLibrary.registerFontPack('ion', { iconClassPrefix: 'ion' });
|
||||
iconsLibrary.registerFontPack('far', { packClass: 'far', iconClassPrefix: 'far' });
|
||||
iconsLibrary.registerFontPack('fas', { packClass: 'fas', iconClassPrefix: 'fas' });
|
||||
//iconsLibrary.registerFontPack('ion', { iconClassPrefix: 'ion' });
|
||||
}
|
||||
|
||||
icons = {
|
||||
|
|
@ -46,10 +47,12 @@ export class IconsComponent {
|
|||
'chart-bar', 'barcode', 'bars', 'bed', 'beer',
|
||||
'bell', 'bell-slash', 'bicycle', 'binoculars',
|
||||
'birthday-cake', 'bolt', 'bomb', 'book', 'bookmark',
|
||||
'briefcase', 'bug', 'building', 'bullhorn',
|
||||
'briefcase', 'bug', 'building', 'bullhorn'
|
||||
],
|
||||
|
||||
fontAwesomeRegular: [ 'chart-bar', 'bell', 'bell-slash', 'bookmark', 'building' ],
|
||||
|
||||
fontAwesomeSolid: [ 'chart-bar', 'bell', 'bell-slash', 'bookmark', 'building' ]
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,9 @@
|
|||
<div class="category">
|
||||
<a href="" *ngFor="let category of categories">
|
||||
<div class="text-container">
|
||||
<nb-icon [icon]="category.icon" pack="eva"></nb-icon>
|
||||
<i class="fa" [ngClass]="category.icon"></i>
|
||||
<!--<i class="fa fa-user"></i>-->
|
||||
<!-- <nb-icon [icon]="category.icon" pack="eva"></nb-icon>-->
|
||||
<span class="title">{{category.name}}</span>
|
||||
<i class="line"></i>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -35,56 +35,56 @@ export class HomeComponent implements OnDestroy {
|
|||
"id": "Nutrientes",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-star"
|
||||
},
|
||||
{
|
||||
"name": "Iluminação",
|
||||
"id": "Decoração",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "bulb-outline"
|
||||
"icon": "fa-lightbulb"
|
||||
},
|
||||
{
|
||||
"name": "Hidroponia",
|
||||
"id": "Hidroponia",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "droplet-outline"
|
||||
"icon": "fa-shower"
|
||||
},
|
||||
{
|
||||
"name": "Irrigação",
|
||||
"id": "Irrigação",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-faucet"
|
||||
},
|
||||
{
|
||||
"name": "Colheita",
|
||||
"id": "Colheita",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-tree"
|
||||
},
|
||||
{
|
||||
"name": "Pragas",
|
||||
"id": "Pragas",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-bug"
|
||||
},
|
||||
{
|
||||
"name": "Potes e Vasos",
|
||||
"id": "Potes e Vasos",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-toilet"
|
||||
},
|
||||
{
|
||||
"name": "Substratos",
|
||||
"id": "Substratos",
|
||||
"updatedAt": new Date(),
|
||||
"createdAt": new Date(),
|
||||
"icon": "arrow-ios-back-outline"
|
||||
"icon": "fa-solid fa-sack-xmark"
|
||||
},
|
||||
{
|
||||
"name": "Controle",
|
||||
|
|
|
|||
BIN
src/assets/images/Logo.png
Normal file
BIN
src/assets/images/Logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 774 KiB |
Loading…
Add table
Add a link
Reference in a new issue