summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/navbar.css
blob: eefb764b61e437dff4611a57bb2d9c22d0a39087 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.navbar {
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
}

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

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

.image {
  height: 30px;
  width: auto;
}