I'm having trouble adjusting the CSS for a specific div
with the class .cropper
inside a component named image-cropper
, and I can't figure out why it's not taking effect.
Here is an image of the particular div
.
https://i.sstatic.net/spdJc.png
Below is the CSS code I attempted to utilize in order to target the desired div
:
image-cropper {
div {
.cropper {
border-radius: 50%;
}
}
}