Skip to content
Snippets Groups Projects
dashboard.css 738 B
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 {
    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;
}