-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Addition of CSS classes to confirmations #454
Addition of CSS classes to confirmations #454
Conversation
@@ -28,7 +28,7 @@ | |||
<mat-panel-title fxFlex="1 0 50px" fxFlex.lt-md="100" *ngIf="display.confirmations" class="history_confirmation"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add the dynamic classes to this element instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
aah sure, I thought css will be only for confirmation text :P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@AllienWorks done please check now
39e7706
to
c190033
Compare
c190033
to
cd5fbfe
Compare
…onfirmations_classes
@AllienWorks Looks Awsome 👍 |
@vikas-cis teamwork ;) |
#452