Newer
Older
.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 {
background-color: #FFF;
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;
}
.sub-header-heading {
width: 80%;
}
.sub-header-heading h1 {
margin: 0;
font-size: 2rem;
.edit-icon img {
width: 25px;
}
.user-profile {
width: 100%;
text-align: center;
}