Weapon & Armor Properties Update

This was now baked into the system so I had to remove our custom code and tweak it for armor.
This commit is contained in:
supervj 2020-09-15 00:22:18 -04:00 committed by GitHub
parent 42e359c887
commit c1d85a1ada
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -212,76 +212,6 @@
}
}
h4.armorproperties-header {
margin: 0;
padding: 0;
font-weight: bold;
line-height: 24px;
color: @colorOlive;
}
.armorproperties-parts {
list-style: none;
margin: 0;
padding: 0;
.armorproperties-part {
flex: 0 0 100%;
padding: 0;
input {
flex: 3;
}
select {
margin-left: 5px;
flex: 1;
}
}
}
.armorproperties-control {
width: 18px;
flex: 0 0 18px;
line-height: 24px;
float: right;
text-align: right;
color: @colorTan;
}
h4.weaponproperties-header {
margin: 0;
padding: 0;
font-weight: bold;
line-height: 24px;
color: @colorOlive;
}
.weaponproperties-parts {
list-style: none;
margin: 0;
padding: 0;
.weaponproperties-part {
flex: 0 0 100%;
padding: 0;
input {
flex: 3;
}
select {
margin-left: 5px;
flex: 1;
}
}
}
.weaponproperties-control {
width: 18px;
flex: 0 0 18px;
line-height: 24px;
float: right;
text-align: right;
color: @colorTan;
}
/* ----------------------------------------- */
/* Item Actions */
/* ----------------------------------------- */