From c1d85a1ada5a8b25fbfed227c84a9524be911e5e Mon Sep 17 00:00:00 2001 From: supervj <64861570+supervj@users.noreply.github.com> Date: Tue, 15 Sep 2020 00:22:18 -0400 Subject: [PATCH] Weapon & Armor Properties Update This was now baked into the system so I had to remove our custom code and tweak it for armor. --- less/items.less | 70 ------------------------------------------------- 1 file changed, 70 deletions(-) diff --git a/less/items.less b/less/items.less index 5c5dd132..f85d929c 100644 --- a/less/items.less +++ b/less/items.less @@ -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 */ /* ----------------------------------------- */