HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/z/w/a/zwafgyp/dodolodge-net/wp-content/themes/hotel-wp/assets/sass/mixins/_extend.scss
.clear-after {
  clear: both;
  content: "";
  display: block;
}

.thim-button {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
}

.thim-button-icon {
  width: 10px;
  max-width: 10px;
  display: inline-block;
  //vertical-align: middle;
  margin-right: 10px;
  @include rotation(90deg);
  @include transition(all 1s);

}

.effect-zoom {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.no-effect-zoom {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}