mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-17 15:39:02 +01:00
fix label styling
This commit is contained in:
parent
b1fe6a30c5
commit
0a38f21820
1 changed files with 2 additions and 2 deletions
|
|
@ -182,11 +182,11 @@
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
|
||||||
.status-label {
|
.status-label {
|
||||||
|
padding: 2px 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
top: 30px;
|
top: 30px;
|
||||||
height: 22px;
|
height: 22px;
|
||||||
width: 79px;
|
width: 100%;
|
||||||
clip-path: path('M0 0H79L74 16.5L39 22L4 16.5L0 0Z');
|
|
||||||
background: light-dark(@dark-blue, @golden);
|
background: light-dark(@dark-blue, @golden);
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue