Files
DiceCloud/rpg-docs/client/views/character/features/features.css
2015-02-17 13:46:35 +00:00

20 lines
265 B
CSS

.containerTop {
cursor: pointer;
}
.features {
display: flex !important;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
padding: 4px;
}
.featureCardTop {
margin-bottom: 8px;
}
.containerMain.featureDescription {
white-space: pre-line;
}