Files
DiceCloud/rpg-docs/client/views/character/features/features.css
2015-02-25 12:48:45 +00:00

24 lines
323 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;
}
.resourceCards paper-shadow.healthCard {
width: 100%;
}