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
One of the great things about this library is its size. Unfortunately it depends on LineIcons, whose CSS is larger that both this library's CSS and JS.
One can exclude LineIcons but then the X to close the banner is not visible. One must then add something like:
.lni-close::after {
content:'X';
}
I would be great to have defaults that don't require an external library.
The text was updated successfully, but these errors were encountered:
One of the great things about this library is its size. Unfortunately it depends on LineIcons, whose CSS is larger that both this library's CSS and JS.
One can exclude LineIcons but then the
X
to close the banner is not visible. One must then add something like:I would be great to have defaults that don't require an external library.
The text was updated successfully, but these errors were encountered: