File: /home/imensosw/www/imenso.co/dev/gravity/css/general.css
/* alert message start */
.message .alert {
width: 100%;
padding: 25px 20px;
border:none;
margin-bottom: 10px;
color: #fff;
cursor: pointer;
transition: all 0.5s;
position: fixed;
width: 300px;
z-index: 1000111;
bottom: 20px;
right: 30px;
padding-left: 50px;
}
.message .alert-success {
background-color: #8BC34A;
background-image: url(../images/icons/tick.png);
background-repeat: no-repeat;
background-position: 16px center;
background-size: 7%;
}
.message .alert-danger {
background-color: #fd846a;
background-image: url(../images/icons/warning.png);
background-repeat: no-repeat;
background-position: 16px center;
background-size: 7%;
}
.message .closeMsg {position: absolute; right: 10px; top: 23%; margin-top: -7px; opacity: .5; }
.message .closeMsg .svg{ width: 13px }
/* alert message end */