Skip to content

Commit 6baf2a4

Browse files
updated core for v2.4.5
1 parent da16277 commit 6baf2a4

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/Components/Tabnav/Tabnav.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@
4646
color: inherit;
4747
}
4848
}
49+
i, [class^="#{$icon-font-class-name}"] {
50+
font-size: 1rem;
51+
}
4952
}
5053
///
5154
/// Bottom Tabnav

src/Elements/Button/Button.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
width: auto;
8686
}
8787
i, [class^="#{$icon-font-class-name}"] {
88-
font-size: 1.35em;
88+
font-size: 1.35em;
8989
color: theme('text-color');
9090
text-shadow: none;
9191
}

0 commit comments

Comments
 (0)