Hi,
I am trying to place an image in the accordion component right or left justified with the text on the opposite side. I saw where you set in the component.json file "_classes": "image-left" or right but nothing seems to happen. I also noticed in the src/accordion.less file.
.accordion-item-graphic {
padding: @item-padding-top 0 0;
img {
vertical-align: bottom;
}
}
I tried working with this but not luck. I thought maybe I could use a float: left; but that removed the image from the inner div.
Anyone?