Fix in creature+actor sheet
This commit is contained in:
@@ -1456,6 +1456,47 @@ a.ability-used-btn {
|
||||
flex: 1;
|
||||
}
|
||||
|
||||
/* Creature traits tags */
|
||||
.awemmy .creature-content .creature-main fieldset .tags-list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.3rem;
|
||||
align-items: center;
|
||||
min-height: 2rem;
|
||||
padding: 0.3rem 0.4rem;
|
||||
background: rgba(0,0,0,0.03);
|
||||
border: 1px solid #7a7a88;
|
||||
border-radius: 4px;
|
||||
}
|
||||
.awemmy .creature-content .creature-main fieldset .tags-list .tag {
|
||||
display: inline-flex;
|
||||
align-items: center;
|
||||
gap: 0.2rem;
|
||||
padding: 0.15rem 0.5rem;
|
||||
background: #cfdaeb;
|
||||
border: 1px solid #7a7a88;
|
||||
border-radius: 12px;
|
||||
font-size: 0.78rem;
|
||||
color: #2c2c2c;
|
||||
}
|
||||
.awemmy .creature-content .creature-main fieldset .tags-list .tag a {
|
||||
color: #6c6c6c;
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
line-height: 1;
|
||||
}
|
||||
.awemmy .creature-content .creature-main fieldset .tags-list .tag a:hover {
|
||||
color: #e8a020;
|
||||
}
|
||||
.awemmy .creature-content .creature-main fieldset .tags-list .new-tag {
|
||||
flex: 1;
|
||||
min-width: 120px;
|
||||
font-size: 0.78rem;
|
||||
padding: 0.15rem 0.4rem;
|
||||
border-style: dashed;
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
/* ============================================================ */
|
||||
/* Token Action HUD - Conditions styling */
|
||||
/* ============================================================ */
|
||||
|
||||
Reference in New Issue
Block a user