From 4e339c359264006f0c666356e56030cd39fdfa35 Mon Sep 17 00:00:00 2001 From: Hide_D Date: Sat, 16 Jul 2022 15:36:35 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=9E=84=EC=8B=9C=EB=A1=9C=20=EC=9D=B4?= =?UTF-8?q?=EC=A0=84=20scss=20=EC=82=B4=EB=A6=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/scss/common_legacy.scss | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/hwe/scss/common_legacy.scss b/hwe/scss/common_legacy.scss index 8de8a276..85fe1bc2 100644 --- a/hwe/scss/common_legacy.scss +++ b/hwe/scss/common_legacy.scss @@ -105,6 +105,35 @@ div.bar_out div.bar_in { content: "◆"; } +.small_war_log { + display: inline-block; +} + +.small_war_log .war_type_attack { + color: cyan; +} + +.small_war_log .war_type_defense { + color: magenta; +} + +.small_war_log .war_type_siege { + color: white; +} + +.small_war_log .name_plate { + font-size: 0.75em; +} + +.small_war_log .name_plate_cover { + color: yellow; +} + +.small_war_log .crew_plate { + color: orangered; + font-size: 90%; +} + .t_date { font-size: 0.75em; }