mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 22:08:20 +01:00
MDL-57158 theme: add margin for icon in pull right menu
This commit is contained in:
parent
1cbc346092
commit
12f7202177
@ -21,6 +21,12 @@ a:first-of-type > .icon {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.pull-xs-right {
|
.pull-xs-right {
|
||||||
|
// Now we need to override the .action-menu .dropdown a:first-of-type > .icon
|
||||||
|
// rule above for when actions menus are in the pull-xs-right class.
|
||||||
|
.action-menu .dropdown a:first-of-type > .icon {
|
||||||
|
margin-left: 0.5rem;
|
||||||
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
margin-right: 0;
|
margin-right: 0;
|
||||||
margin-left: 0.5rem;
|
margin-left: 0.5rem;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user