Jaspero/ng-confirmations

It would be nice to override css defaults for buttons. Unable to just add css property. It does not pick them up.

Closed this issue · 2 comments

Not an issue but more of a way to customize/override buttons css property.

flauc commented

That's strange. The components have ViewEncapsulation.None. This for example works nicely:

.primary {
  background: blue !important;
}
flauc commented

Closing for now. Let me know if you're still struggling with it.