File tree Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Expand file tree Collapse file tree 4 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 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
2
2
3
3
This project was generated with [ Angular CLI] ( https://github.com/angular/angular-cli ) version 8.0.3.
4
4
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 5.2.4]
4
+
5
+ ### Changed
6
+
7
+ - Changed colors in header navbar for mobiles.
8
+
3
9
## [ 5.2.3]
4
10
5
11
### Fixed
Original file line number Diff line number Diff line change 26
26
</ li >
27
27
</ ul >
28
28
< 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 >
31
30
32
31
{{config.name}}
33
32
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 >
36
34
</ div >
37
35
<!-- this part is hidden for xs screens -->
38
36
<!-- search form! link it to your search server -->
Original file line number Diff line number Diff line change @@ -63,7 +63,6 @@ $theme-colors: (
63
63
' success' : $teal ,
64
64
' info' : $purple ,
65
65
' warning' : $yellow ,
66
- ' orange' : $orange ,
67
66
' danger' : $red ,
68
67
' dark' : $gray-800 ,
69
68
' inverse' : $gray-700 ,
You can’t perform that action at this time.
0 commit comments