Update CSS to accomodate HUD applications without being too broad
This commit is contained in:
parent
8896903008
commit
3e17f2c376
11 changed files with 12 additions and 3 deletions
|
|
@ -30,6 +30,7 @@ export class DelveDiceHUD extends HandlebarsApplicationMixin(ApplicationV2) {
|
|||
classes: [
|
||||
`ripcrypt`,
|
||||
`ripcrypt--DelveDiceHUD`,
|
||||
`hud`,
|
||||
],
|
||||
window: {
|
||||
frame: false,
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
.ripcrypt button {
|
||||
.ripcrypt.hud button,
|
||||
.ripcrypt > .window-content button {
|
||||
all: revert;
|
||||
outline: none;
|
||||
border: none;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
input, .input {
|
||||
all: revert;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud,
|
||||
.ripcrypt > .window-content {
|
||||
ol {
|
||||
list-style-type: none;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud p,
|
||||
.ripcrypt > .window-content p {
|
||||
&.warning {
|
||||
padding: 0.75rem;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud .pill-bar,
|
||||
.ripcrypt > .window-content .pill-bar {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud select,
|
||||
.ripcrypt > .window-content select {
|
||||
all: revert;
|
||||
appearance: auto;
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud span,
|
||||
.ripcrypt > .window-content span {
|
||||
&.small {
|
||||
font-size: var(--font-size-10)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,4 @@
|
|||
.ripcrypt.hud table,
|
||||
.ripcrypt > .window-content table {
|
||||
all: revert;
|
||||
box-sizing: border-box;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue