Files
DiceCloud/rpg-docs/client/views/character/features/features.css
2015-02-20 11:26:54 +00:00

34 lines
495 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%;
padding: 0 16px 0 0;
}
.healthCard paper-slider{
width: 100%;
}
#hitPointSlider::shadow #sliderBar::shadow #activeProgress {
background-color: #0f9d58;
height: 50px;
}