Remove pattern library of course_experience/course-outline-fragment.html

This commit is contained in:
Aura M. Alba
2020-05-20 13:03:57 -05:00
parent 6281b0a96b
commit 941a93f531
2 changed files with 11 additions and 0 deletions

View File

@@ -412,6 +412,16 @@
}
}
}
.fa-chevron-right {
transform: rotateY(0deg) #{"/*rtl: rotateY(180deg)*/"};
font-size: inherit;
&.fa-rotate-90 {
transform: rotate(90deg) #{"/*rtl: rotate(90deg)*/"};
font-size: inherit;
}
}
}
#expand-collapse-outline-all-button {