Hacked By AnonymousFox

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

*{
	margin: 0px;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	outline: none;
    @include box-sizing(border-box);
}

a{
	text-decoration: none;
	img{
		border:none;
	}
}

img{
	display: block;
}

body,html{
	width: 100%;
	height: 100%;
	background-color: $grisClair;
    overflow: hidden;
}

.clear {
	clear: both;
}

Hacked By AnonymousFox1.0, Coded By AnonymousFox