mirror of
https://github.com/Foundryborne/daggerheart.git
synced 2026-01-12 11:41:08 +01:00
54 lines
1.2 KiB
Text
54 lines
1.2 KiB
Text
.theme-light {
|
|
/* Add specifics*/
|
|
}
|
|
|
|
.daggerheart.levelup {
|
|
.tiers-container {
|
|
display: flex;
|
|
gap: 16px;
|
|
|
|
.tier-container {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 8px;
|
|
background-image: url('../assets/parchments/dh-parchment-dark.png');
|
|
|
|
&.inactive {
|
|
opacity: 0.4;
|
|
pointer-events: none;
|
|
}
|
|
|
|
legend {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
font-size: 22px;
|
|
font-weight: bold;
|
|
padding: 0 12px;
|
|
}
|
|
|
|
.checkbox-group-container {
|
|
display: grid;
|
|
grid-template-columns: 1fr 2.3fr;
|
|
gap: 4px;
|
|
|
|
.checkbox-group-container-title {
|
|
}
|
|
|
|
.checkboxes-container {
|
|
display: flex;
|
|
gap: 4px;
|
|
justify-content: end;
|
|
}
|
|
|
|
.checkbox-group-label {
|
|
font-size: 14px;
|
|
font-style: italic;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.levelup-footer {
|
|
display: flex;
|
|
}
|
|
}
|