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: /var/www/html/newjapanetiquetas.com.br/web/docs/styles/scss/plugins/_daterangepicker.scss
/* $daterangepicker
 ------------------------------------------*/

.daterangepicker {
  display: none;
  @include opacity(1);
  visibility: visible;
  @include rounded($border-radius-base);
  font-size: $font-size-base;
  @include box-shadow(0 0.0625rem 1px transparentize($border-color, 0.7));
  margin-top: -0.0625rem;
  .ranges .input-mini {
    background-color: transparent;
    border-color: $border-color;
    @include rounded($border-radius-base);
    color: $text-color;
  }
  .calendar-date {
    @include rounded($border-radius-base);
    border-color: $border-color;
  }
  td.available + td.start-date {
    border-radius: $border-radius-base 0 0 $border-radius-base;
  }
  td.in-range + td.end-date {
    border-radius: 0 $border-radius-base $border-radius-base 0;
  }
  td.available:hover,
  th.available:hover {
    background: $brand-default;
  }
  td.active,
  td.active:hover {
    background-color: $brand-primary;
    border-color: $brand-primary;
    color: #fff;
  }
  td,
  th {
    @include rounded($border-radius-base);
  }
  .calendar th,
  .calendar td {
    font-family: inherit;
  }
  td.start-date.end-date {
    @include rounded($border-radius-base);
  }
  .ranges li {
    background: $border-color;
    border-color: $border-color;
    color: $text-color;
    @include rounded($border-radius-base);
  }
  .ranges li.active,
  .ranges li:hover {
    background: $brand-primary;
    border-color: $brand-primary;
  }
}