This commit is contained in:
WBHarry 2025-08-06 10:56:21 +02:00
parent 0bb20b2ddc
commit d01965e5b9
20 changed files with 146 additions and 67 deletions

View file

@ -1,8 +1,12 @@
.theme-light .daggerheart.dh-style.setting.homebrew-settings .domains-tab {
.theme-light .daggerheart.dh-style.setting.homebrew-settings .domains.tab {
.domains-container .domain-container {
.domain-label {
background-image: url('../assets/parchments/dh-parchment-light.png');
}
img {
filter: @dark-filter;
}
}
}
@ -11,20 +15,33 @@
.title-wrapper {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
gap: 12px;
&:not(:first-child) {
margin-top: 16px;
&:first-child {
h2 {
margin-top: 0;
}
}
h4 {
.top-lines {
position: relative;
bottom: 8px;
}
h2 {
display: flex;
align-items: center;
font-family: @font-subtitle;
position: relative;
width: auto;
white-space: nowrap;
margin-top: 16px;
gap: 8px;
color: light-dark(@dark, @beige);
.add-button {
position: absolute;
top: 0;
right: -28px;
border-radius: 50%;
width: 24px;
height: 24px;
@ -66,22 +83,12 @@
white-space: nowrap;
text-wrap: auto;
text-align: center;
z-index: 2;
}
.domain-icon {
&:before {
content: ' ';
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
mask: var(--domain-icon) no-repeat center;
mask-size: contain;
background: linear-gradient(139.01deg, #efe6d8 3.51%, #372e1f 96.49%);
}
}
img {
border-radius: 6px;
filter: @beige-filter;
}
}
}
@ -133,6 +140,7 @@
textarea {
width: 100%;
height: 120px;
margin-top: 4px;
}
}
}

View file

@ -119,6 +119,7 @@
top: -7px;
font-size: 12px;
font-variant: petite-caps;
z-index: 2;
}
input {