mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 12:45:04 +01:00
MDL-79200 theme_boost: styling for medium size icon elements.
This commit is contained in:
parent
d76e211be6
commit
259b8f2f97
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user