File "ButtonIconAndLabel.module.scss"

Full Path: /home/rubycabfbt/www/wp-content/plugins/envato-elements/src/js/react/components/Buttons/ButtonIconAndLabel.module.scss
File size: 302 bytes
MIME-type: text/plain
Charset: utf-8

.icon {
  font-size: 16px;
  height: 16px;
  transition: none;
}

.iconWithLabel {
  margin-right: 4px;

  [dir='rtl'] & {
    margin-right: 0;
    margin-left: 4px;
  }
}

@keyframes iconSpin {
  100% {
    transform: rotate(360deg);
  }
}

.iconSpinning {
  animation: iconSpin 4s linear infinite;
}