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

.header {
  padding: 15px 30px;

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

  .header-title {
    margin: 5px 0 5px -5px;
  }

  .header-buttons {
    margin: 5px 0;
    text-align: right;
  }
}