Esprit de la Loi + Automaton
This commit is contained in:
+33
-2
@@ -343,8 +343,8 @@
|
||||
}
|
||||
|
||||
.item-controls-fixed {
|
||||
min-width: 3.2rem;
|
||||
max-width: 3.2rem;
|
||||
min-width: 5rem;
|
||||
max-width: 5rem;
|
||||
}
|
||||
|
||||
// Couleurs pour les labels et textes dans les onglets
|
||||
@@ -917,3 +917,34 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Chat potion result — rune mini image and haut-parler styling
|
||||
.mournblade-chat-result {
|
||||
.detail-row {
|
||||
.rune-mini-img {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-radius: 2px;
|
||||
object-fit: cover;
|
||||
flex-shrink: 0;
|
||||
border: 1px solid rgba(139, 69, 19, 0.4);
|
||||
vertical-align: middle;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
.potion-haut-parler {
|
||||
font-style: italic;
|
||||
color: #5a3a8a;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// Post-item card: danger divider variant (for létal effects)
|
||||
.mournblade-item-card {
|
||||
.item-card-divider--danger {
|
||||
color: #8b0000;
|
||||
&::before, &::after {
|
||||
background: linear-gradient(90deg, transparent, #8b0000, transparent);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user