summaryrefslogtreecommitdiffstats
path: root/sass/parts/_footer.scss
blob: 8c91e1c1fc696fb6dc850633061f2091a3674ecf (plain)
1
2
3
4
5
6
7
8
#footer{
	background: $color-footer;
	padding: 15px 0;
	border-top: 1px solid $color-gray05;
	text-align: center;
	font-size: 0.9em;
	@include border-radius(0 0 10px 10px);
}