aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/header.scss
blob: 405c45f7faf280df51de59718a9c2be82b27b83e (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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
.app-header {
  align-items: center;
  visibility: visible;
  background: rgb(239, 239, 239);
  padding-top: 1.5vh;
  height: 12vh;
  max-height: 60px;
  position: relative;
  z-index: 12;
  padding: 6px 8px;
  // background: #EFEFEF; // $gallery

  @media screen and (max-width: 575px) {
    position: fixed;
    height: 34px;
    width: 100%;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.08);
    z-index: 30;
  }
}

.app-header h1 {
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  color: #22232C; // $shark
}

h2.page-subtitle {
  font-family: 'Montserrat Regular';
  text-transform: uppercase;
  color: #AEAEAE;
  font-size: 1em;
  margin: 12px;
}

.network-component-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;

  @media screen and (min-width: 576px) {
    margin-bottom: 1.8em;
  }
}

.left-menu-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;

  @media screen and (min-width: 576px) {
    margin-bottom: 1.8em;
  }
}