foundryacks/src/scss/monster.scss

67 lines
1.2 KiB
SCSS

.ose.actor.monster {
min-height: 565px;
min-width: 460px;
.header-details {
.summary {
.morale-check,.reaction-check {
line-height: 35px;
flex: 0 0 20px;
&:hover {
color: $colorDark;
}
}
}
}
.sheet-body {
.editor {
height: 300px;
}
.attributes-tab {
display: flex;
justify-content: space-around;
flex-direction: column;
height: 100%;
.attribute-row {
.attribute-group {
margin: 5px;
}
}
.attributes .attribute {
flex: 0 0 60px;
&.health {
flex: 0 0 85px;
}
&.saving-throw {
flex: 1;
}
}
}
}
.attributes {
.attribute.health {
position: relative;
.attribute-name .hp-roll {
font-size: 12px;
position: absolute;
right: 5px;
top: 5px;
color: $colorFaint;
&:hover {
color: white;
}
}
}
}
.attribute-group {
.attacks-description {
margin: 2px;
padding: 0;
text-align: center;
label {
color: $colorTan;
font-size: 10px;
}
}
}
}