Ajout entrainements
Some checks failed
Release Creation / build (release) Failing after 51s

This commit is contained in:
2026-04-19 19:06:47 +02:00
parent 1d6e6dd44e
commit 6883cc1020
37 changed files with 335 additions and 227 deletions

View File

@@ -1,14 +1,14 @@
.counter-field {
.dnc-sheet .counter-field {
display: flex;
align-items: center;
gap: @spacing-sm;
}
.counter-field button,
.item-actions button,
.sheet-footer button,
.text-button,
.roll-button {
.dnc-sheet .counter-field button,
.dnc-sheet .item-actions button,
.dnc-sheet .sheet-footer button,
.dnc-sheet .text-button,
.dnc-sheet .roll-button {
border: 1px solid @color-border;
border-radius: @radius-sm;
background: linear-gradient(180deg, #fdf9f2 0%, #e8d5ba 100%);
@@ -17,20 +17,20 @@
padding: 0.35rem 0.65rem;
}
.text-button {
.dnc-sheet .text-button {
white-space: nowrap;
}
.roll-button {
.dnc-sheet .roll-button {
width: 2rem;
padding: 0;
}
.with-controls {
.dnc-sheet .with-controls {
gap: @spacing-sm;
}
.section-header {
.dnc-sheet .section-header {
display: flex;
justify-content: space-between;
align-items: center;
@@ -38,12 +38,12 @@
margin-bottom: @spacing-md;
}
.empty-state {
.dnc-sheet .empty-state {
margin: 0;
color: @color-muted;
font-style: italic;
}
.span-two {
.dnc-sheet .span-two {
grid-column: span 2;
}