mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-18 07:59:03 +01:00
inital style for message rolls
This commit is contained in:
parent
74f7f1f158
commit
8156d33fdb
1 changed files with 18 additions and 0 deletions
|
|
@ -93,6 +93,24 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.dice-roll .dice-formula,
|
||||||
|
.dice-roll .dice-total {
|
||||||
|
box-shadow: none;
|
||||||
|
border: none;
|
||||||
|
background: light-dark(@dark-blue-40, @golden-40);
|
||||||
|
color: light-dark(@dark-blue, @golden);
|
||||||
|
font-weight: 600;
|
||||||
|
align-content: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dice-roll .dice-formula {
|
||||||
|
height: 27px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.dice-roll .dice-total {
|
||||||
|
height: 34px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue