🚨chore: Sync Sass

This commit is contained in:
김민식 2025-02-24 18:54:18 +09:00
parent 60ed70445b
commit bb8d22ea78

View File

@ -995,6 +995,26 @@ $alert-color: #101010;
}
}
}
&:disabled{
color: $pop-color;
border: 1px solid #646464;
background-color: transparent;
opacity: 0.5;
&.act,
&:hover{
color: $pop-color;
border: 1px solid #646464;
background-color: transparent;
i{
&.allocation01{
background-image: url(../../public/static/images/canvas/allocation_icon01_white.svg);
}
&.allocation02{
background-image: url(../../public/static/images/canvas/allocation_icon02_white.svg);
}
}
}
}
}
}