英语和韩语技能解析里封觉醒的图标
This commit is contained in:
parent
593c8bc064
commit
6f42c565ef
|
@ -537,9 +537,6 @@ label[for="box-have"]::after
|
|||
transform: scaleX(0.6);
|
||||
margin: calc(-100px * (1 - 0.6) / 2);
|
||||
}
|
||||
.icon-skill[data-icon-type="resolve"] {
|
||||
background-position-x: calc(-36px * 1);
|
||||
}
|
||||
.control-box .btn-qrcode::before{
|
||||
content: "\f029 QR Code";
|
||||
}
|
||||
|
@ -657,4 +654,7 @@ label[for="qr-data-type-pdchu"]::before {
|
|||
.badge[data-badge-icon='20']::before
|
||||
{
|
||||
background-position-x: -36px;
|
||||
}
|
||||
.icon-skill[data-icon-type="resolve"] {
|
||||
background-position-x: calc(-36px * 1);
|
||||
}
|
|
@ -23,6 +23,7 @@
|
|||
background-position-x: -20px;
|
||||
}
|
||||
.icon-skill[data-icon-type="mass-attack"],
|
||||
.icon-skill[data-icon-type="unbind-awakenings"],
|
||||
.icon-skill[data-icon-type="reduce-damage"],
|
||||
.icon-skill[data-icon-type="damage-absorb"],
|
||||
.icon-skill[data-icon-type="damage-void"]
|
||||
|
|
|
@ -494,9 +494,6 @@ label[for="box-have"]::after
|
|||
{
|
||||
content: "루프 변신";
|
||||
}
|
||||
.icon-skill[data-icon-type="resolve"] {
|
||||
background-position-x: calc(-36px * 2);
|
||||
}
|
||||
|
||||
.control-box .btn-qrcode::before{
|
||||
content: "\f029 QR 코드";
|
||||
|
@ -620,4 +617,7 @@ label[for="qr-data-type-pdchu"]::before {
|
|||
.badge[data-badge-icon='3']::before
|
||||
{
|
||||
background-position-x: -36px;
|
||||
}
|
||||
.icon-skill[data-icon-type="resolve"] {
|
||||
background-position-x: calc(-36px * 2);
|
||||
}
|
Loading…
Reference in New Issue