Viewing File: /home/nudhamca/client.nudhamcapital.co.uk/dash/scss/core/utilites/_noclass.scss

.no-bdr {
	@extend .border-0;
}
.no-bdr-t {
	@extend .border-top-0;
}
.no-bdr-b {
	@extend .border-bottom-0;
}
.no-bdr-l {
	@extend .border-left-0;
}
.no-bdr-r {
	@extend .border-right-0;
}
.no-bdr-x {
	@extend .border-right-0;
	@extend .border-left-0;
}
.no-bdr-y {
	@extend .border-top-0;
	@extend .border-bottom-0;
}
Back to Directory