Sha256: df54e5847cc0715c55ff5a1dc6dde26859fd1241afd6a073e4401735641b7ea5

Contents?: true

Size: 692 Bytes

Versions: 7

Compression:

Stored size: 692 Bytes

Contents

@import './../../../../../node_modules/trix/dist/trix.css';

.trix-content.hidden {
  display: block !important;
  overflow: hidden;
  clip-path: inset(0 0 calc(100% - 50px) 0);
  -webkit-mask-image: linear-gradient(to bottom, black 30px, transparent 50px);
  mask-image: linear-gradient(to bottom, black 30px, transparent 50px);
  max-height: 50px;
  min-height: 0px;
}

.trix-content h1 {
  @apply text-xl font-bold mb-2;
}

.trix-content ul {
  @apply list-disc;
}

.trix-content pre {
  @apply text-base;
}

.trix-content ol {
  @apply list-decimal;
}

trix-toolbar {
  .trix-button-row {
    @apply flex-wrap gap-x-5;
  }

  .trix-button-group:not(:first-child) {
    @apply ml-0;
  }
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
avo-3.16.2 app/assets/stylesheets/css/fields/trix.css
avo-3.16.1 app/assets/stylesheets/css/fields/trix.css
avo-3.16.0 app/assets/stylesheets/css/fields/trix.css
avo-3.15.7 app/assets/stylesheets/css/fields/trix.css
avo-3.15.6 app/assets/stylesheets/css/fields/trix.css
avo-3.15.5 app/assets/stylesheets/css/fields/trix.css
avo-3.15.4 app/assets/stylesheets/css/fields/trix.css