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