Add bootstrap 4 support
[pharos-tools.git] / dashboard / src / static / css / base.css
1 /* Rotating arrows when dropdown happens */
2 i.fas.rotate {
3     transition: transform 0.3s ease-in-out;
4 }
5
6 a[aria-expanded="true"] > i.rotate {
7     transform: rotate(180deg);
8 }