MDL-79200 theme_boost: styling for medium size icon elements.

This commit is contained in:
Paul Holden 2023-08-29 21:52:45 +01:00
parent d76e211be6
commit 259b8f2f97
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164
3 changed files with 16 additions and 0 deletions

View File

@ -41,6 +41,12 @@ $iconsizes: map-merge((
margin-right: 0;
}
&.iconsize-medium {
font-size: $icon-medium-height;
width: $icon-medium-width;
height: $icon-medium-height;
}
&.iconsize-big {
width: $icon-big-width;
height: $icon-big-height;

View File

@ -26108,6 +26108,11 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
.icon.spacer {
margin-right: 0;
}
.icon.iconsize-medium {
font-size: 24px;
width: 24px;
height: 24px;
}
.icon.iconsize-big {
width: 64px;
height: 64px;

View File

@ -26108,6 +26108,11 @@ body.behat-site .action-menu .dropdown-subpanel-content.show {
.icon.spacer {
margin-right: 0;
}
.icon.iconsize-medium {
font-size: 24px;
width: 24px;
height: 24px;
}
.icon.iconsize-big {
width: 64px;
height: 64px;