Skip to content

Commit 3bc45e1

Browse files
committed
Changed colors in header navbar for mobiles.
1 parent 2d53451 commit 3bc45e1

File tree

4 files changed

+9
-6
lines changed

4 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sing App Angular Dashboard - Ngx Admin Template (5.2.3 Full version) with Angular 8.0 Final Release support
1+
# Sing App Angular Dashboard - Ngx Admin Template (5.2.4 Full version) with Angular 8.0 Final Release support
22

33
This project was generated with [Angular CLI](https://github.com/angular/angular-cli) version 8.0.3.
44

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [5.2.4]
4+
5+
### Changed
6+
7+
- Changed colors in header navbar for mobiles.
8+
39
## [5.2.3]
410

511
### Fixed

src/app/layout/navbar/navbar.template.html

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,11 @@
2626
</li>
2727
</ul>
2828
<div class="navbar-brand d-md-none navbar-m display-flex align-items-center justify-content-center" [routerLink]=" ['/app/dashboard'] ">
29-
<i class="fa fa-circle fa-xs text-primary mr-n-sm"></i>
30-
<i class="fa fa-circle fa-xs text-orange"></i>
29+
<i class="fa fa-circle fa-xs text-gray mt-1"></i>
3130
&nbsp;
3231
{{config.name}}
3332
&nbsp;
34-
<i class="fa fa-circle fa-xs text-orange mr-n-sm"></i>
35-
<i class="fa fa-circle fa-xs text-primary"></i>
33+
<i class="fa fa-circle fa-xs text-warning mt-1"></i>
3634
</div>
3735
<!-- this part is hidden for xs screens -->
3836
<!-- search form! link it to your search server -->

src/app/styles/_variables.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ $theme-colors: (
6363
'success': $teal,
6464
'info': $purple,
6565
'warning': $yellow,
66-
'orange': $orange,
6766
'danger': $red,
6867
'dark': $gray-800,
6968
'inverse': $gray-700,

0 commit comments

Comments
 (0)