Your IP : 18.222.161.119


Current Path : /home/lentoinv/finationglobal.com/arch/testfination/assets/scss/utilities/
Upload File :
Current File : //home/lentoinv/finationglobal.com/arch/testfination/assets/scss/utilities/_position.scss

.position-static {
	position: static !important;
}
.position-relative {
	position: relative !important;
}
.position-absolute {
	position: absolute !important;
}
.position-fixed {
	position: fixed !important;
}
.position-sticky {
	position: -webkit-sticky !important;
	position: sticky !important;
}

?>