metro4
Version:
The front-end framework for Build responsive, mobile-first projects on the web with the first front-end component library in Metro Style
28 lines (24 loc) • 584 B
text/less
@import (once) "include/vars";
@import (once) "include/mixins";
.accordion.rtl, .accordion[dir=rtl] {
&.material {
& > .frame > .heading {
padding: 16px 16px 16px 42px;
&::after {
left: 16px;
right: auto;
top: 8px;
.rotate(180deg);
}
}
& > .frame {
&.active {
.heading {
&::after {
transform: rotate(270deg);
}
}
}
}
}
}