Newer
Older
}
.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;
}
.order-wrapper, .history-wrapper {
display: none;
}
}
.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;
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
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;