You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Congratulations for creating such a great wizard!
But I am facing issue while trying to write custom css.
the custom style is not reflected until I use ::ng-deep.
The custom style doesn't get preference if I not use !important
My main concern is, we can't use !important, as our project can be use by other projects as dependency. So adding Important at our level will reduce our platforms capability to be customized.
for better understanding please see the snippet below-
Closed by #92, which enables the definition of custom styles outside ng2-archwizard to modify the look of the wizard.
To define a custom style, it's required to use !important to override css properties set by the wizard, otherwise the browser will automatically use the layout defined by ng2-archwizard.
Hi,
Congratulations for creating such a great wizard!
But I am facing issue while trying to write custom css.
My main concern is, we can't use !important, as our project can be use by other projects as dependency. So adding Important at our level will reduce our platforms capability to be customized.
for better understanding please see the snippet below-
The text was updated successfully, but these errors were encountered: