HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: //proc/self/cwd/nueva/admin346k89tef/themes/default/scss/controllers/_translations.scss
#translations_form {
  .translations-email-panel {
    padding: 8px 12px;
    @include margin(0, 0, 8px, 20px);
  }

  .block-mail {
    iframe,
    textarea {
      width: 100%;
      height: 500px;
    }
  }

  .panel-group {
    display: none;
  }

  a.panel-title {
    i {
      display: none;
    }

    &:hover {
      text-decoration: none;

      i {
        display: inline-block;
      }
    }
  }

  .mails_field {
    padding-bottom: 8px;
    margin-bottom: 16px;
    border-bottom: 1px solid #eee;

    ul.nav-pills {
      margin-bottom: 5px;
    }

    h4 .badge {
      font-size: 12px;

      &.badge-danger {
        color: $brand-danger;
        background-color: transparent;
        border: solid 2px $brand-danger;
      }
    }

    .panel-footer {
      margin: 0 -15px;
    }
  }
}