Modifications suite beta 2
This commit is contained in:
@@ -550,6 +550,18 @@ article.tab.notes {
|
||||
border: 1px solid rgba($l5r5e-red, 0.3);
|
||||
}
|
||||
}
|
||||
|
||||
// ── Item infos (weapon/arcane link) ──────────────────────────────────────
|
||||
.item-infos {
|
||||
.profile {
|
||||
flex: 0 0 auto;
|
||||
.profile-img {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// ── Skill rank: bonus display ──────────────────────────────────────────────
|
||||
|
||||
@@ -78,6 +78,14 @@
|
||||
|
||||
&-skill {
|
||||
flex-grow: 3;
|
||||
|
||||
.chat-actor-name {
|
||||
display: block;
|
||||
font-family: $font-secondary;
|
||||
font-size: 0.9rem;
|
||||
color: $l5r5e-title;
|
||||
margin-bottom: 0.1rem;
|
||||
}
|
||||
}
|
||||
&:last-child {
|
||||
flex-grow: 2;
|
||||
@@ -190,6 +198,14 @@
|
||||
}
|
||||
.item-infos {
|
||||
border: solid 1px rgba(0, 78, 100, 0.75);
|
||||
.profile {
|
||||
flex: 0 0 auto;
|
||||
.profile-img {
|
||||
width: 2rem;
|
||||
height: 2rem;
|
||||
object-fit: cover;
|
||||
}
|
||||
}
|
||||
i {
|
||||
font-size: var(--font-size-12);
|
||||
}
|
||||
|
||||
@@ -662,6 +662,12 @@
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
.attribute-third {
|
||||
flex: 0 0 calc(33.33% - 0.5rem);
|
||||
}
|
||||
.attribute-full {
|
||||
flex: 0 0 calc(100% - 0.5rem);
|
||||
}
|
||||
}
|
||||
&.infos,
|
||||
&.tab.infos {
|
||||
|
||||
Reference in New Issue
Block a user