Files
DiceCloud/rpg-docs/client/views/character/features/features.css
2015-01-26 13:28:10 +00:00

25 lines
344 B
CSS

paper-shadow.featureCard {
width: 300px;
padding: 16px;
margin: 4px;
background: white;
flex-grow: 1;
border-radius: 2px;
}
.features {
display: flex !important;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
padding: 4px;
}
.featureCardTop {
margin-bottom: 8px;
}
.featureCardBottom {
white-space: pre-line;
}