/* stylelint-disable comment-empty-line-before */

/*
  KEEP IN SYNC WITH application.css

  But comment out:
    - 'utilities/fonts'
    - 'utilities/normalize'
    - 'utilities/base'

  This file needs to be included on platform in application.js

  This is only temporary until we finish migration to new design
  after that we can remove this file and include all css in application.css
*/

/* Import fonts */

/* External libraries */

/* Internal */

.card-rte-editor {
  resize: vertical;
  overflow: visible;
  min-height: 150px;
}

.card-rte-editor .ql-container {
  overflow-y: auto;
}

.card-rte-editor .ql-editor {
  min-height: 120px;
  resize: vertical;
  overflow-y: auto;
}

.card-rte-editor .ql-toolbar .ql-picker.ql-size .ql-picker-options {
  overflow: visible;
  max-height: none;
}

/* Translated size picker labels — DE */

html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="small"]::before,
html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="small"]::before {
  content: "Klein" !important;
}

html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-item:not([data-value])::before,
html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-label:not([data-value])::before {
  content: "Normal" !important;
}

html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="large"]::before,
html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="large"]::before {
  content: "Gross" !important;
}

html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before,
html[lang="de"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before {
  content: "Riesig" !important;
}

/* Translated size picker labels — FR */

html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="small"]::before,
html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="small"]::before {
  content: "Petit" !important;
}

html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-item:not([data-value])::before,
html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-label:not([data-value])::before {
  content: "Normal" !important;
}

html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="large"]::before,
html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="large"]::before {
  content: "Grand" !important;
}

html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-item[data-value="huge"]::before,
html[lang="fr"] .card-rte-editor .ql-picker.ql-size .ql-picker-label[data-value="huge"]::before {
  content: "Très grand" !important;
}

/* Hide truncated URL preview in link tooltip */

.card-rte-editor .ql-tooltip a.ql-preview {
  display: none;
}


/*# sourceMappingURL=application-d91d2973.css.map*/