@@ -330,6 +330,10 @@
background: rgba(66, 143, 220, 0.25);
}
+ &.selected img{
+ transform: rotate(180deg);
+ top:19px;
+ }
.exampleInfo{
color: #fff;
@@ -354,7 +358,7 @@
.iconSlide{
position: absolute;
width: 14px;
- top: 20px;
+ top: 13px;
right: 15px;
.footer{
@@ -34,7 +34,7 @@ function appendCurrentII(currentIIList){
}else{
$(`.exampleInfo${index2}`).slideDown()
- $(`.example.selected img`).attr('src','./images/iconUp.png')
+ //$(`.example.selected img`).attr('css','./images/iconUp.png')
});