Finish the weapons block styling and make it so that I can use IDs in the sheet without crying
This commit is contained in:
parent
fae962dc7e
commit
99dd7b791a
8 changed files with 242 additions and 104 deletions
|
|
@ -127,6 +127,40 @@
|
|||
}
|
||||
&--weapons {
|
||||
grid-area: weapons;
|
||||
|
||||
.weapon {
|
||||
margin-top: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 4px;
|
||||
|
||||
&__name {
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
|
||||
input {
|
||||
width: 50%
|
||||
}
|
||||
}
|
||||
&__group {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
gap: 4px;
|
||||
}
|
||||
&__ammo-type, &__damage-type {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
&__is-scoped, &__is-ranged {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
&--roles {
|
||||
grid-area: roles;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue