Hacked By AnonymousFox

Current Path : /home/missmand/public_html/admin/sass/bootstrap/
Upload File :
Current File : /home/missmand/public_html/admin/sass/bootstrap/_message.scss

.message{
	width: 100%;
	padding: 20px 20px 20px 35px;
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
	h3{
		padding-bottom: 5px;
	}
	&.medium{
		width: 290px;
	}
	&.big{
		width: 490px;
	}
	&.small{
		width: 170px;
	}
	&#erreur{
		h3{ color: $rouge; }
		span{ background-color: $rouge; }
	}
	&#succes{
		h3{ color: $turquoise }
		span{ background-color: $turquoise; }
	}
	&#infos{
		h3{ color: $grisClair }
		span{ background-color: $grisClair; }
	}
}

.messageCouleur{
	position: absolute;
	left: 0px;
	top: 0px;
	bottom: 0px;
	width: 6px;
	display: block;
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox