Skip to content
Snippets Groups Projects
dashboard.css 1.47 KiB
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;
}

.order-wrapper, .history-wrapper {
    display: none;
}

.sub-header {
    font-size: 0;
    margin: 10px 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 {
    text-align: right;
}

.edit-icon img {
    width: 25px;
}

.user-profile {
    width: 100%;
    text-align: center;
    margin: 20px 0;
}

.user-profile img {
    display: inline-block;
    width: 30px;
    margin: 0 5px;
    vertical-align: top;
}

/* id selectors */
#user-image {
    display: inline-block;
    background: no-repeat center;
    background-size: cover;
    height: 100px;
    width: 100px;
    border-radius: 1000px;
    border: 3px solid #000;
}

#profile-username {
    font-size: 1.8rem;
    margin: 5px 0;
}

#name {
    font-size: 1.8rem;
}

#email, #phone {
    font-size: 1.5rem;
    display: inline-block;