I have a question about ui-element-id's styling. What is the difference between normal html/css id/#, and how you can style ui-element-id's with css (if it's possible)?
My example: HTML/
This Alert is dangerousCSS(Sass)/ /deep/ #dangerAlert background: green color: green span.text-danger color: blue
But /deep/ selector isn't working.
Thanks!