22 lines
253 B
CSS
22 lines
253 B
CSS
#accountSummary {
|
|
min-height: 146px;
|
|
color: white;
|
|
}
|
|
|
|
#mainContentSection {
|
|
display: initial !important;
|
|
}
|
|
|
|
#navPanel {
|
|
padding: 16px;
|
|
}
|
|
|
|
#navPanel paper-icon-item {
|
|
background: white;
|
|
cursor: pointer;
|
|
}
|
|
|
|
app-drawer-layout.layout {
|
|
z-index: 0;
|
|
}
|