fix: 임시로 이전 scss 살림

This commit is contained in:
2022-07-16 15:36:35 +09:00
parent 6fd7c11ee5
commit 4e339c3592
+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;
}