mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 19:51:08 +01:00
Merge fae7efd023 into 0b343c9f52
This commit is contained in:
commit
54b0cda45a
20 changed files with 647 additions and 155 deletions
|
|
@ -1,5 +1,6 @@
|
|||
.measured-template-button,
|
||||
.enriched-damage-button,
|
||||
.fate-roll-button,
|
||||
.duality-roll-button {
|
||||
display: inline;
|
||||
|
||||
|
|
|
|||
|
|
@ -14,6 +14,7 @@
|
|||
color: @dark;
|
||||
}
|
||||
|
||||
&.fate,
|
||||
&.duality {
|
||||
background-image: url(../assets/parchments/dh-parchment-dark.png);
|
||||
|
||||
|
|
@ -66,6 +67,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.fate,
|
||||
&.critical {
|
||||
--text-color: @chat-purple;
|
||||
--bg-color: @chat-purple-40;
|
||||
|
|
@ -80,7 +82,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
&:not(.duality) {
|
||||
&:not(.duality .fate) {
|
||||
.font-20 {
|
||||
color: @dark;
|
||||
}
|
||||
|
|
@ -173,6 +175,28 @@
|
|||
}
|
||||
}
|
||||
|
||||
&.fate {
|
||||
|
||||
&.hope {
|
||||
--text-color: @golden;
|
||||
--bg-color: @golden-40;
|
||||
.message-header,
|
||||
.message-content {
|
||||
background-color: @golden-bg;
|
||||
}
|
||||
}
|
||||
|
||||
&.fear {
|
||||
--text-color: @chat-blue;
|
||||
--bg-color: @chat-blue-40;
|
||||
.message-header,
|
||||
.message-content {
|
||||
background-color: @chat-blue-bg;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
&.duality {
|
||||
&.hope {
|
||||
--text-color: @golden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue