mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-06-07 21:34:16 +02:00
Apply border color variable to matching borders
This commit is contained in:
parent
4f5317060a
commit
988dc82c36
26 changed files with 58 additions and 156 deletions
|
|
@ -98,7 +98,7 @@
|
|||
display: flex;
|
||||
width: 50px;
|
||||
height: 30px;
|
||||
border: 1px solid light-dark(@dark-blue, @golden);
|
||||
border: 1px solid @color-border;
|
||||
border-bottom: none;
|
||||
border-radius: 6px 6px 0 0;
|
||||
padding: 0 6px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue