|
- @charset "utf-8";
- /*Some icons, style different from the Japanese version*/
- .awoken-icon[data-awoken-icon='46'],
- .awoken-icon[data-awoken-icon='47']
- {
- background-position-x: calc(-32px * 2);
- }
- .badge[data-badge-icon='1']::before,
- .badge[data-badge-icon='10']::before,
- .badge[data-badge-icon='20']::before,
- .badge[data-badge-icon='51']::before
- {
- background-position-x: calc(-36px * 3);
- }
|