1 line
323 B
CSS
1 line
323 B
CSS
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(-1turn)}}@keyframes loading__animation{to{transform:translateX(-100%)}}:where(div[data-block-name="woocommerce/legacy-template"]){margin-right:auto;margin-left:auto;max-width:1000px}
|