49f6769df2b23ae1876460869b10c7c4c7a68405
[csit.git] / resources / tools / dash / app / pal / static / less / header.less
1 header {
2   position: relative;
3   width: 100%;
4   padding: 30px 0 !important;
5   background: white !important;
6   box-shadow: 0 0 5px #bec6cf;
7   font-family: 'Lato', sans-serif;
8
9   .nav-wrapper {
10     display: flex;
11     align-items: center;
12     justify-content: space-between;
13     width: 1000px;
14     max-width: 90%;
15     margin: auto;
16
17     nav {
18       display: flex;
19     }
20
21     .logo {
22       display: inline-block;
23       width: 40px;
24     }
25
26     a {
27       color: #70829d;
28       font-size: 1em;
29       text-decoration: none;
30       transition: all 0.3s ease-out;
31     }
32   }
33 }