Files
DiceCloud/rpg-docs/client/views/layout/layout.css
2017-01-20 15:45:18 +02:00

26 lines
308 B
CSS

#accountSummary {
min-height: 146px;
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%;
}