Skip to content

Commit

Permalink
Merge pull request #97 from Multiplicom/bugfix/96/big_icon_font_size_fix
Browse files Browse the repository at this point in the history
Use correct font-size for BigIcon (fixes #96)
  • Loading branch information
Bastiaan van den Berg committed Mar 3, 2021
2 parents 55e9106 + aaa828c commit 3380f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CSS/AXM.css
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ body {
.AXMBigIcon {
color: rgb(148, 202, 212);
text-shadow: 1px 1px 1px rgba(100, 100, 100, 0.25);
font-size: 60px
font-size: 60px !important;
}

.AXMPopupHeaderIcon {
Expand Down

0 comments on commit 3380f8e

Please sign in to comment.