aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/views/Header.scss
blob: 806e398ae4b4035a64d68b7b8ccdfe154467e1c0 (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
26
27
28
@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;

    .filters-bar {
    }
  }
}