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

.header {
  padding: 15px 30px;
  height: 80px;

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

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

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

  .filters-bar-wrapper {
    height: 50px;
    padding: 8px 0;
  }
}