Files
DiceCloud/rpg-docs/client/views/layout/layout.css
2017-01-13 15:34:28 +02:00

31 lines
470 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;
}
#navPanel paper-icon-item {
background: white;
cursor: pointer;
}
.layout > core-header-panel {
height: 100%;
}
.layout > core-animated-pages {
height: 100%;
}