aboutsummaryrefslogtreecommitdiffstats
path: root/resources/tools/dash/app/pal/static/less/header.less
blob: 49f6769df2b23ae1876460869b10c7c4c7a68405 (plain)
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
header {
  position: relative;
  width: 100%;
  padding: 30px 0 !important;
  background: white !important;
  box-shadow: 0 0 5px #bec6cf;
  font-family: 'Lato', sans-serif;

  .nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1000px;
    max-width: 90%;
    margin: auto;

    nav {
      display: flex;
    }

    .logo {
      display: inline-block;
      width: 40px;
    }

    a {
      color: #70829d;
      font-size: 1em;
      text-decoration: none;
      transition: all 0.3s ease-out;
    }
  }
}