npm package '@liquiditeam/editor'

Popularity: Medium (more popular than 90% of all packages)
Description: ## Classes for styling
Installation: npm install @liquiditeam/editor
Last version: 2.0.0 (Download)
Size: 145.15 kB
License: MIT

Activity

Last modified: September 28, 2021 9:03 AM (2 years ago)
Versions released in one year: 734
Weekly downloads: 3,139
10/02/202201/08/202303/26/202306/11/202307,00014,00021,00028,000020406080released versions / week
  • Versions released
  • Weekly downloads

Readme

Fan Platform Editor

Classes for styling

.lt-editor-block-quote {
  ...;
}

.lt-editor-block-quote-stage {
  ...;
}

.lt-editor-bulleted-list {
  ...;
}

.lt-editor-heading-one {
  ...;
}

.lt-editor-heading-three {
  ...;
}

.lt-editor-heading-two {
  ...;
}

.lt-editor-image {
  ...;
}

.lt-editor-video {
  ...;
}

.lt-editor-audio {
  ...;
}

.lt-editor-link {
  ...;
}

.lt-editor-list-item {
  ...;
}

.lt-editor-numbered-list {
  ...;
}

.lt-editor-paragraph {
  ...;
}

.lt-editor-video-embed {
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
}

.lt-editor-video-embed > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lt-editor-toolbar {
  ...;
}

.lt-editor-toolbar-button {
  ...;
}

.lt-editor-toolbar-button:focus {
  ...;
}

.lt-editor-toolbar-button {
  ...;
}

.lt-editor-toolbar-button {
  ...;
}

.lt-editor-toolbar-button {
  ...;
}

.lt-editor-toolbar-button-inactive {
  ...;
}

.lt-editor-toolbar-button-active {
  ...;
}

.lt-editor-toolbar-button-disabled {
  ...;
}

.lt-editor-toolbar-button-left {
  ...;
}

.lt-editor-toolbar-button-right {
  ...;
}

.lt-editor-toolbar-button-single {
  ...;
}

.lt-editor-toolbar-button-group {
  ...;
}

.lt-editor-toolbar-button-icon {
  ...;
}

.lt-editor-rotating-progress-icon {
  ...;
}

.lt-editor-processing-placeholder {
  position: relative;
  padding-bottom: calc(9 / 16 * 100%);
}

.lt-editor-processing-placeholder > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lt-editor-processing-placeholder-inner {
  ...;
}

.lt-editor-processing-placeholder-text {
  ...;
}