mirror of
https://github.com/Universal-Omega/PortableInfobox.git
synced 2024-11-15 11:59:56 +00:00
VE-1997: Use mixin for chevron rotation
This commit is contained in:
parent
cae6efafca
commit
8f020f6bd5
|
@ -1,6 +1,7 @@
|
|||
@import 'skins/shared/color';
|
||||
@import 'skins/shared/mixins/chevron';
|
||||
@import 'skins/shared/mixins/flexbox';
|
||||
@import 'skins/shared/mixins/transform';
|
||||
@import 'extensions/wikia/PortableInfobox/styles/PortableInfoboxVariables';
|
||||
|
||||
.portable-infobox {
|
||||
|
@ -171,9 +172,8 @@
|
|||
border-bottom: none;
|
||||
|
||||
.pi-header::after {
|
||||
@include transform-rotate(135deg);
|
||||
margin-top: -($infobox-chevron-size / 2);
|
||||
-webkit-transform: rotate(135deg);
|
||||
transform: rotate(135deg);
|
||||
}
|
||||
|
||||
> *:nth-child(n+2) {
|
||||
|
|
Loading…
Reference in a new issue