Change icon

This commit is contained in:
David Stone
2024-12-18 20:28:08 -07:00
parent a6dfca6d9f
commit afa7cff2f5
2 changed files with 5 additions and 6 deletions

View File

@ -40,8 +40,8 @@
/* stylelint-disable */ /* stylelint-disable */
.dashicons-wu-wp-ultimo::before { .dashicons-wu-wp-ultimo::before {
content: "\e900"; font-family: "dashicons" !important; /* stylelint-disable-line */
transform: scale(1.4); content: "\f325";
} }
.dashicons-wu-alert-circle::before { .dashicons-wu-alert-circle::before {
@ -1689,9 +1689,8 @@
} }
li#wp-admin-bar-wp-ultimo > a.ab-item::before { li#wp-admin-bar-wp-ultimo > a.ab-item::before {
font-family: dashicons-wu, sans-serif; font-family: dashicons, sans-serif;
content: "\e900"; content: "\f325";
transform: scale(1.2);
top: 2px; top: 2px;
} }

File diff suppressed because one or more lines are too long