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
Currently it is not possible to apply custom CSS to the toast. For example changing the padding.
Only the background-color and color are customizable via --paper-toast-background-color & --paper-toast-color.
The proposed PR #106 adds a --paper-toast mixin similarly to what you could find in <paper-button>'s --paper-buttonmixin
Expected outcome
Being able to change the padding, margin, and other CSS properties
Description
Currently it is not possible to apply custom CSS to the toast. For example changing the padding.
Only the background-color and color are customizable via --paper-toast-background-color & --paper-toast-color.
The proposed PR #106 adds a
--paper-toastmixin similarly to what you could find in<paper-button>'s--paper-buttonmixinExpected outcome
Being able to change the padding, margin, and other CSS properties
Actual outcome
Cannot apply custom CSS
Browsers Affected