HEX
Server: LiteSpeed
System: Linux server257.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: salhiscp (12590)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /home/salhiscp/salhab360photos.com/wp-content/themes/acora/sass/base/_mixins.scss
/**
  * Mixins
  *
  * @package acora
  * @since acora 1.0
  */

/* 
  Mixins
  ------------------------------------------------------------
*/
@mixin animate-motion ($attr, $time) {
  transition: $attr $time cubic-bezier(.7,0,.2,1);
}

@mixin animate-hover ($attr, $time) {
  transition: $attr $time ease-out;
}

@mixin transform ($val){
   transform: $val;
}

@keyframes spin {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}

@mixin fullWidth (){
  width: 100%;
  height:auto;
}