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

.footer {
  padding: 15px 30px;

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

  .footer-timeline {
    height: 100px;
  }

}