Projekt

Obecné

Profil

Stáhnout (468 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 9d2007f1 lmoucka@students.zcu.cz
.navbar-wrapper {
2
  height: 90px;
3
  background: #F2F2F2;
4
5
  h1 {
6
    font-size: 0;
7
  }
8
9
  h2 {
10
    margin: 0 5px;
11
    color: #0B1226;
12
    text-transform: uppercase;
13
    font-size: 18px;
14
  }
15
16
  .navbar {
17
    background: #F2F2F2;
18
  }
19
}
20
21
.navbar-nav {
22
  width: 40%;
23
24
  &.right {
25
    justify-content: flex-end;
26
  }
27
28
  &.left {
29
    justify-content: flex-start;
30
  }
31
}
32
33
.navbar-brand {
34
  margin-right: 0;
35
}
36
37
.navbar-logo {
38
  width: 200px;
39
}
40 a9363970 mlacha
41
.nav-link {
42
  cursor: pointer;
43
}