HEX
Server: Apache
System: Linux b:u:newjapaneti:1 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64
User: newjapaneti (381717)
PHP: 5.6.30
Disabled: apache_get_modules, apache_get_version, apache_reset_timeout, apache_getenv, apache_note, apache_setenv
Upload Files
File: //proc/self/cwd/docs_old/styles/less/plugins/int-tel-input.less
/* $intl-tel-input
 ------------------------------------------*/

.iti-flag {
  width: 1rem;
  height: 0.6875rem;
  .box-shadow(none);
}

.intl-tel-input {
  width: 100%;
  .flag-dropdown:hover .selected-flag {
    background-color: fade(@brand-default, 50%)
  }
  .selected-flag .arrow {
    border-top-color: @border-color;
  }
  .selected-flag .arrow.up {
    border-bottom-color: @border-color;
  }
  .country-list {
    .box-shadow(none);
    border-color: @border-color;
    z-index: 1000;
  }
  .country-list .divider {
    border-bottom-color: @border-color;
  }
  .country-list .country .dial-code {
    color: @text-color;
  }
  .country-list .country.highlight {
    background-color: fade(@brand-default, 50%);
  }
}