Prettied up roll-results template

This commit is contained in:
WBHarry 2026-01-17 21:19:33 +01:00
parent 08c9c86d48
commit 3c751bd09f
4 changed files with 95 additions and 5 deletions

View file

@ -15,6 +15,14 @@
.message-header .message-header-main .message-sub-header-container h4 {
color: @dark-blue;
}
.message-content {
.table-draw {
.table-description {
color: @dark;
}
}
}
}
}
@ -83,6 +91,7 @@
.message-content {
padding-bottom: 8px;
.flavor-text {
font-size: var(--font-size-12);
line-height: 20px;
@ -90,6 +99,23 @@
text-align: center;
display: block;
}
.table-draw {
.table-flavor {
padding-top: 5px;
padding-bottom: 0.5rem;
font-size: var(--font-size-12);
}
.table-description {
color: @beige;
font-style: italic;
&.flavor-spaced {
padding-top: 0;
}
}
}
}
}
}