diff --git a/angular/LICENSE b/angular/LICENSE index 2b71427..4607a1d 100644 --- a/angular/LICENSE +++ b/angular/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2020 Amit Gorasiya +Copyright (c) 2023 CodedThemes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/angular/readme.md b/angular/readme.md index 64543ad..3ab8ab6 100644 --- a/angular/readme.md +++ b/angular/readme.md @@ -103,7 +103,7 @@ To report a bug, please submit an [issue](https://github.com/codedthemes/gradien ## License -- Licensed cover under [MIT](https://github.com/codedthemes/datta-able-bootstrap-dashboard/blob/master/LICENSE) +- Licensed cover under [MIT](https://github.com/codedthemes/gradient-able-free-admin-template/blob/main/angular/LICENSE) ## Gradient Able - React version diff --git a/angular/src/app/theme/layout/admin/configuration/configuration.component.html b/angular/src/app/theme/layout/admin/configuration/configuration.component.html index 1f2b7e5..0afd106 100644 --- a/angular/src/app/theme/layout/admin/configuration/configuration.component.html +++ b/angular/src/app/theme/layout/admin/configuration/configuration.component.html @@ -1,5 +1,5 @@
- + Upgrade To Pro
diff --git a/angular/src/app/theme/layout/admin/navigation/nav-content/nav-content.component.html b/angular/src/app/theme/layout/admin/navigation/nav-content/nav-content.component.html index 5bc4285..c072bb1 100644 --- a/angular/src/app/theme/layout/admin/navigation/nav-content/nav-content.component.html +++ b/angular/src/app/theme/layout/admin/navigation/nav-content/nav-content.component.html @@ -13,12 +13,14 @@ } } - - -
Help?
-

Please contact us on our email for need any support

- Support -
+
+
+ images +
Gradient Pro
+

Checkout Gradient Premium Features

+ Download Premium +
+
diff --git a/angular/src/assets/images/sidebar.png b/angular/src/assets/images/sidebar.png new file mode 100644 index 0000000..362fb9d Binary files /dev/null and b/angular/src/assets/images/sidebar.png differ diff --git a/angular/src/scss/themes/layouts/_menu-lite.scss b/angular/src/scss/themes/layouts/_menu-lite.scss index 5a596b9..25eb517 100644 --- a/angular/src/scss/themes/layouts/_menu-lite.scss +++ b/angular/src/scss/themes/layouts/_menu-lite.scss @@ -1500,10 +1500,13 @@ &.menu-light { .card { - background: rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 1px $theme-background; color: rgba(0, 0, 0, 0.6); + .card-body{ + padding: 10px !important; + } + h6 { color: $menu-light-text-color; } diff --git a/angular/src/scss/themes/layouts/_menu-ng.scss b/angular/src/scss/themes/layouts/_menu-ng.scss index dc72432..ea57ceb 100644 --- a/angular/src/scss/themes/layouts/_menu-ng.scss +++ b/angular/src/scss/themes/layouts/_menu-ng.scss @@ -324,7 +324,7 @@ app-nav-group { min-height: 100vh; .pcoded-inner-navbar { - margin-bottom: $header-height; + margin-bottom: 40px; } } }