- 장수 정보, 추가 정보 vue3 component - b_battleCenter -> v_battleCenter Reviewed-on: https://storage.hided.net/gitea/devsam/core/pulls/222
33 lines
450 B
SCSS
33 lines
450 B
SCSS
.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%;
|
|
}
|
|
|
|
.hidden_but_copyable {
|
|
color: rgba(0, 0, 0, 0);
|
|
font-size: 0;
|
|
} |