aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/Footer.scss
blob: 6ec4a628d626150cac33e00df755a5b1ffd2b927 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
@import "../colors.scss";

.footer {
  padding: 15px 30px;

  > .row {
    background-color: $color-primary-0;
  }

  .footer-timeline {
    height: 100px;
  }
}