Skip to content

Commit

Permalink
Merge pull request #10 from codedthemes/update-buyNow-link
Browse files Browse the repository at this point in the history
update license file and change update sidebar buy now link
  • Loading branch information
ct-dixit authored Feb 7, 2024
2 parents 60e79d3 + bf1f3a5 commit 3711ab6
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion angular/LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion angular/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="fixed-button active">
<a href="https://codedthemes.com/item/gradient-able-angular-admin-template/" target="_blank" class="btn btn-md btn-primary has-ripple">
<a href="https://codedthemes.com/item/gradient-able-angular-admin-template/?utm_source=free_demo&utm_medium=codedthemes&utm_campaign=button_download_premium" target="_blank" class="btn btn-md btn-primary has-ripple">
<i aria-hidden="true" class="fa fa-shopping-cart"></i> Upgrade To Pro
</a>
</div>
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
}
}
</ul>
<app-card [hidHeader]="true" cardClass="text-center">
<i class="feather icon-sunset f-40"></i>
<h6 class="mt-3">Help?</h6>
<p>Please contact us on our email for need any support</p>
<a href="javascript:" target="_blank" class="btn btn-primary btn-sm text-white m-0">Support</a>
</app-card>
<div class="card text-center">
<div class="card-body">
<img src="assets/images/sidebar.png" alt="images" class="img-fluid mb-2" />
<h5>Gradient Pro</h5>
<p>Checkout Gradient Premium Features</p>
<a href="https://codedthemes.com/item/gradient-able-angular-admin-template/?utm_source=free_demo&utm_medium=codedthemes&utm_campaign=button_download_premium" target="_blank" class="btn text-white btn-primary">Download Premium</a>
</div>
</div>
<div class="version">
<label disabled class="pe-auto">v{{ currentApplicationVersion }}</label>
</div>
Expand Down
Binary file added angular/src/assets/images/sidebar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion angular/src/scss/themes/layouts/_menu-lite.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down
2 changes: 1 addition & 1 deletion angular/src/scss/themes/layouts/_menu-ng.scss
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ app-nav-group {
min-height: 100vh;

.pcoded-inner-navbar {
margin-bottom: $header-height;
margin-bottom: 40px;
}
}
}
Expand Down

0 comments on commit 3711ab6

Please sign in to comment.