mediawiki-extensions-Popups/src/ui/templates/pagePreview/pagePreview.less
Stephen Niedzielski c61513f0ea Hygiene: split LESS into components
Bug: T165036
Change-Id: I916f27138b5abe6b9fe23719cffb10f20e604b89
2018-04-03 16:37:05 -07:00

30 lines
527 B
Plaintext

@import 'mediawiki.ui/variables';
.mwe-popups-settings-icon {
// For purpose of active and hover states
border-radius: @borderRadius;
// Icon sizes are relative to font size. Override any parents.
font-size: 16px;
// position icon
/* stylelint-disable value-keyword-case */
margin-right: -@iconSize / 2;
&:hover {
background-color: @colorGray14;
}
&:active {
background-color: @colorGray12;
}
}
.mwe-popups {
.mwe-popups-container {
footer {
.mwe-popups-settings-icon {
float: right;
}
}
}
}