Image style class not working in cloud

1
I am doing a little project for myself and in that project I added some static images using the image widget. I added a class in custom scss file and added this to the image widget (and later to the image viewer while testing). Locally it shows all the changes that I want, but when I run it in the cloud it does not find the class, in fact, it does not even allow in line styling. I tried making a red background to see if that worked in the cloud and it did. To summarize, I can’t seem to style the image (viewer) widget(s) in the cloud and I don’t know why. Can anyone help me? stylecode I use: .DiceImage {     position: relative;     width: 60px;     height: 60px;     border-radius: 15px !important; }
asked
0 answers