Sha256: 0711cdc30bea9b691c5aff728f5edd22b6b81174ee54441368a3929bba1b0a21

Contents?: true

Size: 1.38 KB

Versions: 34

Compression:

Stored size: 1.38 KB

Contents

.translation-edit-form {
  .translation-complete {
    svg { fill: $translation-available-color }
  }

  .browse-category-title {
    margin-bottom: $spacer;

    label {
      font-weight: normal;
    }
  }

  .browse-category-description {
    margin-bottom: $spacer * 2;
  }

  .table.table-striped th {
    border-top: 0;
  }
}

.translation-subheading {
  border-bottom: 1px solid $border-color;
  margin-bottom: 20px;
  @extend .mt-4;
}

.form-group.translation-form {
  .col-form-label {
    padding-top: $card-spacer-y + $spacer;
  }

  .translation-complete {
    padding-top: $card-spacer-y + $spacer;
  }
}

.translation-subtitle-toggle,
.translation-description-toggle {
  margin: 0;
  padding: 0;

  &.collapsed {
    .caret {
      transform: rotate(-90deg);
    }
  }

  label { cursor: pointer; }
}

.panel-translation {
  background-color: $translation-panel-bg;
  padding-bottom: 0;

  .form-text {
    color: $translation-help-color;
    padding-left: 12px;
  }
}

.default-page-outdated {
  font-weight: 700;
}

.new-translated-page {
  font-style: italic;
}

.browse-translations-header {
  border-bottom: 1px solid $border-color;
  color: $gray-600;
  display: block;
  font-size: $h4-font-size;
  font-weight: bold;
  margin-bottom: $spacer * 2;
  margin-top: $spacer;
  padding-bottom: 3px;
}

.translation-import-export-label {
  @media (min-width: 576px) {
    text-align: right;
  }
}

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
blacklight-spotlight-3.6.0.beta10 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta9 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta8 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.5.0.4 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta7 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.5.0.3 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta6 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta5 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta4 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta3 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.6.0.beta1 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.5.0.2 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.5.0.1 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.5.0 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.4.1 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.4 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.3 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.2.2 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.2.1 app/assets/stylesheets/spotlight/_translations.scss
blacklight-spotlight-3.4.2 app/assets/stylesheets/spotlight/_translations.scss