refac: 감찰부 vue3 재 작성 #222

Merged
Hide_D merged 8 commits from v_battleCenter into devel 2022-07-16 15:49:24 +09:00
Showing only changes of commit 4e339c3592 - Show all commits
+29
View File
@@ -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;
}