style(sust): boutons Repas externe et Rations harmonisés avec chat-card-button
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user