forked from GitHub-Mirrors/foundry-sw5e

DND5e Core 1.3.5 modded to SW5e System Combining with DND5e Core 1.3.2 to see one big commit since last core update DND5e Core 1.3.2 modded to SW5e System
57 lines
No EOL
1.1 KiB
Text
57 lines
No EOL
1.1 KiB
Text
@import "./variables.less";
|
|
|
|
/* ----------------------------------------- */
|
|
/* Basic Structure */
|
|
/* ----------------------------------------- */
|
|
.sw5e.sheet.actor.npc {
|
|
min-width: 600px;
|
|
min-height: 680px;
|
|
|
|
.header-exp {
|
|
flex: 0 0 80px;
|
|
justify-content: center;
|
|
.cr {
|
|
flex: 0 0 32px;
|
|
line-height: 28px;
|
|
margin-bottom: -5px;
|
|
font-size: 24px;
|
|
input {
|
|
width: 32px;
|
|
padding: 0;
|
|
text-align: center;
|
|
}
|
|
}
|
|
.experience {
|
|
flex: 0 0 18px;
|
|
color: @colorTan;
|
|
font-size: 16px;
|
|
}
|
|
}
|
|
|
|
.summary {
|
|
font-size: 18px;
|
|
|
|
.creature-type {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
width: 1em;
|
|
padding: 0 3px;
|
|
|
|
span {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.config-button {
|
|
display: none;
|
|
font-size: 12px;
|
|
font-weight: normal;
|
|
line-height: 2em;
|
|
}
|
|
&:hover .config-button {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
} |