Skip to content

Commit

Permalink
Merge pull request #32 from creativetimofficial/refactor/change-struc…
Browse files Browse the repository at this point in the history
…ture

Refactor: change structure
  • Loading branch information
groovemen authored Jul 26, 2023
2 parents ff512a4 + eb1f46d commit 1ba8fbe
Show file tree
Hide file tree
Showing 143 changed files with 3,467 additions and 1,030 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# Change Log

## [1.1.0] 2023-07-26
### Updates and Improvements
- refactor the components design and structure
- update the Sections
- update Example Pages

## [1.0.0] 2023-03-27
### Initial Release
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Welcome to [Astro Ecommerce](https://www.creative-tim.com/astro)

![version](https://img.shields.io/badge/version-1.0.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/astro-ecommerce.svg?maxAge=2592000)](https://github.com/creativetimofficial/astro-ecommerce/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/astro-ecommerce.svg?maxAge=2592000)](https://github.com/creativetimofficial/astro-ecommerce/issues?q=is%3Aissue+is%3Aclosed)
![version](https://img.shields.io/badge/version-1.1.0-blue.svg) [![GitHub issues open](https://img.shields.io/github/issues/creativetimofficial/astro-ecommerce.svg?maxAge=2592000)](https://github.com/creativetimofficial/astro-ecommerce/issues?q=is%3Aopen+is%3Aissue) [![GitHub issues closed](https://img.shields.io/github/issues-closed-raw/creativetimofficial/astro-ecommerce.svg?maxAge=2592000)](https://github.com/creativetimofficial/astro-ecommerce/issues?q=is%3Aissue+is%3Aclosed)

![basics](https://raw.githubusercontent.com/creativetimofficial/public-assets/master/astro-ecommerce/astro-ecommerce-1.jpg)

Expand Down
2 changes: 1 addition & 1 deletion assets/js/astro-ecommerce.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions assets/scss/astro-ecommerce/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,9 @@
}

@include media-breakpoint-up(lg) {
.dropdown-xxl {
min-width: $dropdown-xxl-min-width;
}
.dropdown-xl {
min-width: $dropdown-xl-min-width;
}
Expand Down
4 changes: 4 additions & 0 deletions assets/scss/astro-ecommerce/_misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,10 @@ hr.horizontal {
}
}

.bg-black {
background-color: $black;
}

// Faded bottom backdrop
.faded {
position: absolute;
Expand Down
Loading

0 comments on commit 1ba8fbe

Please sign in to comment.