Fix collased arrow in report wizard [SCI-5697] (#3306)

This commit is contained in:
aignatov-bio 2021-05-11 21:29:59 +02:00 committed by GitHub
parent 2f52d4f9ce
commit 131ff79034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -449,7 +449,12 @@
}
.fa-caret-down {
cursor: pointer;
margin: 0 .5em;
&.collapsed {
@include rotate(-90deg);
}
}
.move-buttons {
@ -520,6 +525,15 @@
line-height: 1em;
}
.fa-caret-down {
cursor: pointer;
margin: 0 .5em;
&.collapsed {
@include rotate(-90deg);
}
}
ul {
list-style-type: none;
padding-left: 1em;