1 // The only class we need for icons is .icon
2 // Standardize the size, padding and alignment for all icons in Moodle.
6 vertical-align: middle;
9 box-sizing: content-box;
13 a:first-of-type > .icon {
17 // Fix the cog icon for an action menu.
18 .action-menu > .dropdown .icon {
22 // Fix the first item in a drop down menu (it's a list of links and icons, but has been made vertical.
23 .dropdown a.dropdown-item .icon {