MOON
Server: Apache
System: Linux e2e-78-16.ssdcloudindia.net 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
User: imensosw (1005)
PHP: 8.0.30
Disabled: exec,passthru,shell_exec,system
Upload Files
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 */