Use the same arrow

This commit is contained in:
Jean-Baptiste Bellet
2023-09-07 15:35:43 +02:00
parent b355d8beb3
commit 8b0fc875da

View File

@@ -208,6 +208,16 @@
.icon-caret-down,
.icon-caret-up {
padding-right: 0px;
&:before {
display: none;
}
&:after {
@include arrowDown;
}
}
.icon-caret-up:after {
transform: rotate(180deg);
}
}