Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
.header {
font-size: 0;
}
.logo, .logout-panel {
width: 50%;
display: inline-block;
vertical-align: top;
}
.logout-panel {
font-size: initial;
text-align: right;
}
.menu {
width: 100%;
font-size: 0;
}
.submenu {
padding: 15px;
text-align: center;
display: inline-block;
box-sizing: border-box;
width: 33.33%;
border: 1px solid #000;
font-size: 2rem;
font-weight: bold;
}
.selected {
background-color: #215118;
color: #FFF;
}
.sub-header {
font-size: 0;
}
.sub-header-heading, .edit-icon {
display: inline-block;
font-size: initial;
width: 50%;
}
.edit-icon {
text-align: right;
}
.user-profile {
width: 100%;
text-align: center;
}