Fix icon sortable styles

This commit is contained in:
decabeza
2020-03-27 16:12:51 +01:00
committed by Javi Martín
parent 1339885910
commit c159f9c3b9

View File

@@ -364,26 +364,25 @@ $sidebar-active: #f4fcd0;
}
.icon-sortable {
font-family: "icons";
font-family: "Font Awesome 5 Free";
font-size: $small-font-size;
padding-right: $line-height / 2;
position: relative;
&::before,
&::after {
left: 6px;
opacity: 0.25;
opacity: 0.5;
position: absolute;
}
&::before {
content: "\57";
top: -2px;
content: "\f0d8";
bottom: 0;
}
&::after {
content: "\52";
bottom: -10px;
content: "\f0d7";
top: 0;
}
&.asc {