26 lines
401 B
CSS
26 lines
401 B
CSS
#accountSummary {
|
|
padding: 16px;
|
|
min-height: 146px;
|
|
background-image: url(/png/paper-dice-crown.png);
|
|
background-repeat: no-repeat;
|
|
background-size: cover;
|
|
background-position: center center;
|
|
color: white;
|
|
}
|
|
|
|
#mainContentSection {
|
|
display: initial !important;
|
|
}
|
|
|
|
#navPanel {
|
|
padding: 16px;
|
|
}
|
|
|
|
.layout > core-header-panel {
|
|
height: 100%;
|
|
}
|
|
|
|
.layout > core-animated-pages {
|
|
height: 100%;
|
|
}
|