aboutsummaryrefslogtreecommitdiff
path: root/src/scss/components/_footer.scss
blob: bbd3ffc9df83dc70ff92396420c7dfc35a2c1e96 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
$footer-height: 50px;

.c-footer{
  bottom: 0px;
  height: $footer-height;
  width: 100%;
  background-color: $color-grey-light;
  border-top: solid 1px $color-grey;
  position: fixed;
}

.c-footer-fixed{
  height: $footer-height;
}