aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/Footer.scss
blob: 4119cfc20ac16046ee5e0f556121c6d0e0de1f76 (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;
  }
}