Initial commit: Fresh start with current state
This commit is contained in:
@@ -0,0 +1,90 @@
|
||||
.pf1.actor.sheet {
|
||||
form {
|
||||
.tab.summary {
|
||||
.summary-header {
|
||||
.character-summary {
|
||||
input {
|
||||
border: unset;
|
||||
background: unset;
|
||||
|
||||
&:focus {
|
||||
background: var(--pf1-bg-dark-0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.race {
|
||||
flex: 1;
|
||||
margin: 3px 0;
|
||||
display: flex;
|
||||
gap: 4px;
|
||||
|
||||
.item-controls {
|
||||
flex: 0 1.5em;
|
||||
flex-flow: column nowrap;
|
||||
|
||||
a {
|
||||
flex: 0 0 12px;
|
||||
font-size: var(--font-size-12);
|
||||
text-align: center;
|
||||
color: var(--pf1-control-color);
|
||||
}
|
||||
}
|
||||
|
||||
.item-image {
|
||||
flex: 0 0 32px;
|
||||
background: no-repeat center;
|
||||
background-size: contain;
|
||||
line-height: 32px;
|
||||
text-align: center;
|
||||
vertical-align: baseline;
|
||||
height: 32px;
|
||||
color: var(--pf1-tan);
|
||||
|
||||
&.rollable:hover {
|
||||
background-image: url(icons/misc/info.svg) !important;
|
||||
background-size: contain;
|
||||
}
|
||||
}
|
||||
|
||||
.info {
|
||||
text-align: left;
|
||||
|
||||
h4 {
|
||||
margin: 0 0 2px 0;
|
||||
padding: 0;
|
||||
border-bottom: 1px solid var(--pf1-header-underline);
|
||||
}
|
||||
|
||||
.tag-list {
|
||||
justify-content: flex-start;
|
||||
}
|
||||
|
||||
// Undo generic .info span style
|
||||
span {
|
||||
color: inherit;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.combat-stats {
|
||||
display: flex;
|
||||
flex-flow: row nowrap;
|
||||
gap: 3px;
|
||||
}
|
||||
|
||||
.quick-info {
|
||||
> div {
|
||||
gap: 2px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.classes-body {
|
||||
.item-controls {
|
||||
flex: 0 0 68px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user