File "notify-20241115185445.css"
Full Path: /home/krishnamexports/public_html/assets/img/logo/notify-20241115185445.css
File size: 1.1 KB
MIME-type: text/plain; charset=us-ascii
Charset: utf-8
#warning {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color:#dc3545;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;
}
#warning.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
#success {
visibility: hidden;
min-width: 250px;
margin-left: -125px;
background-color:#001e38;
color: #fff;
text-align: center;
border-radius: 2px;
padding: 16px;
position: fixed;
z-index: 1;
left: 50%;
bottom: 30px;
font-size: 17px;
}
#success.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.pe-7s-close{background:#000;color:#FFF;border-radius: 100%;font-weight: 600;}
.tagline{
font-size:10px;
text-align:center;
font-weight:bold;
color:#000;
}
.tagline2{
font-size: 12px;
text-align: center;
font-weight: bold;
color:
#000;
}