style(sust): boutons Repas externe et Rations harmonisés avec chat-card-button

This commit is contained in:
fabres
2026-07-22 00:29:56 +02:00
parent d216e8fcf6
commit 07997576cd
3 changed files with 13 additions and 3 deletions
+5
View File
@@ -5280,6 +5280,11 @@ body {
font-size: 0.9rem;
white-space: nowrap;
}
.system-foundryvtt-reve-de-dragon .sust-buttons .chat-card-button {
margin: 0;
font-size: 0.8rem;
padding: 0.15rem 0.3rem 0rem 0.3rem;
}
.system-foundryvtt-reve-de-dragon .blessure-control {
flex-grow: 1;
flex-direction: row;
+5
View File
@@ -503,6 +503,11 @@
font-size: 0.9rem;
white-space: nowrap;
}
.sust-buttons .chat-card-button {
margin: 0;
font-size: 0.8rem;
padding: 0.15rem 0.3rem 0rem 0.3rem;
}
.blessure-control {
flex-grow: 1;
+3 -3
View File
@@ -78,9 +78,9 @@
<label></label>
<label></label>
<label></label>
<span style="display:flex; gap:0.25rem">
<a class="btn-sust-externe"><i class="fa-solid fa-utensils"></i> Repas externe</a>
<a class="btn-sust-rations"><i class="fa-solid fa-bread-slice"></i> Rations</a>
<span style="display:flex; gap:0.25rem" class="sust-buttons">
<a class="btn-sust-externe chat-card-button"><i class="fa-solid fa-utensils"></i> Repas externe</a>
<a class="btn-sust-rations chat-card-button"><i class="fa-solid fa-bread-slice"></i> Rations</a>
</span>
</li>
<br>