Skip to content

Commit

Permalink
Fix: Icon css
Browse files Browse the repository at this point in the history
Fix: Icon css
  • Loading branch information
alinashevchenkome committed Dec 28, 2024
1 parent 61f8511 commit 157a235
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion assets/css/all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/css/global.min.css

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/css/src/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
.base-svg-iconset svg {
height:1em;
width:1em;
fill: currentColor;
}
.base-svg-iconset.svg-baseline svg {
top: .125em;
Expand Down
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
== 1.4.8 | 28th December 2024 ==
* Fix: Icon css

== 1.4.7 | 27th December 2024 ==
* Fix: Miscellaneous css on product page.

Expand Down
2 changes: 1 addition & 1 deletion functions.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
* @package Base
*/

define( 'AVANAM_VERSION', '1.4.7' );
define( 'AVANAM_VERSION', '1.4.8' );
define( 'AVANAM_MINIMUM_WP_VERSION', '6.0' );
define( 'AVANAM_MINIMUM_PHP_VERSION', '7.4' );

Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: translation-ready, two-columns, right-sidebar, left-sidebar, footer-widget
Requires at least: 6.2
Tested up to: 6.7
Requires PHP: 7.4
Stable tag: 1.4.7
Stable tag: 1.4.8
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down
2 changes: 1 addition & 1 deletion style.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Theme URI: https://avanam.org
Author: AvanamOrg
Author URI: https://avanam.org/
Description: This is starter WordPress theme called Avanam. Created for theme developers to start building beautiful WordPress themes using Avanam.
Version: 1.4.7
Version: 1.4.8
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: avanam
Expand Down

0 comments on commit 157a235

Please sign in to comment.