summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/navbar.css
blob: 75748a6be56fbea35d40280df5536ac2e59e6c52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.navbar {
  overflow: hidden;
  margin-bottom: 5px;
  /*position: fixed;*/
  top: 0;
  width: 100%;
  border-bottom: solid 5px #394490;
}

.navbar-elements-text {
  color: #394490;
  font-weight: bold;
}

.avatar {
  height: 25px;
  width: 25px;
}

.logo {
  height: 35px;
  width: auto;
}