Files
DiceCloud/rpg-docs/client/views/layout/layout.css
2015-04-29 10:16:12 +02:00

18 lines
303 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;
}