Projekt

Obecné

Profil

Stáhnout (439 Bajtů) Statistiky
| Větev: | Tag: | Revize:
1 06b9ca68 Václav Jirák
.header
2
  height: 50px
3
  background-color: #3F425D
4
  padding-left: 10px
5
6
7
.user-info
8
  height: 100%
9
  margin-left: auto
10
  margin-right: 0
11
12
13
.user-icon
14
  width: 35px
15
  height: 35px
16
  border-radius: 20px
17
18
19
.user-name
20
  height: 50px
21
  line-height: 50px
22
  color: white
23
  margin-left: 10px
24
  margin-right: 10px
25
26
.content
27
  height: calc(100% - 50px)
28
  background-color: #F0FFFD
29
30
31
.navigation
32
  background-color: #2F313F
33
  margin: 0
34
  padding: 0