mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 03:31:07 +01:00
Initial commit
This commit is contained in:
commit
aa4021d1a2
163 changed files with 26530 additions and 0 deletions
60
styles/item.less
Normal file
60
styles/item.less
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
.daggerheart.sheet {
|
||||
&.feature {
|
||||
background-color: red;
|
||||
.editable {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.sheet-body {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
.feature-description {
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
}
|
||||
|
||||
&.class {
|
||||
.class-feature {
|
||||
display: flex;
|
||||
img {
|
||||
width: 40px;
|
||||
}
|
||||
button {
|
||||
width: 40px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.domain-card-description {
|
||||
.editor {
|
||||
height: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
.item-container {
|
||||
margin-top: @halfMargin;
|
||||
gap: @halfMargin;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.item-sidebar {
|
||||
border-right: @thinBorder groove darkgray;
|
||||
min-width: 160px;
|
||||
flex: 0;
|
||||
padding: @fullPadding;
|
||||
|
||||
label {
|
||||
margin-right: @fullMargin;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
input[type="checkbox"] {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue