marcelodolza / iziToast

Elegant, responsive, flexible and lightweight notification plugin with no dependencies.

Home Page:http://izitoast.marcelodolza.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Putting a border around notification

kriiv opened this issue · comments

Is there a way to put a border around the notification? It seems I can't just add a border styling...

Hello,

Mind sharing an example of your desired styling?

Like you said, simply using

.iziToast {
    border: 3px solid black;
}

wouldn't work because of specifity issues.
So either use !important or override the styled versions one by one.

Thank you @Hissvard, using !important solved my issue!