Sha256: 95a2792ad95aaaf699a7ce568d9f1cb5a7d35fb8110a40ff53333f7cfb75d096

Contents?: true

Size: 1.55 KB

Versions: 10

Compression:

Stored size: 1.55 KB

Contents

/*!
 * froala_editor v2.5.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */

.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.fr-quick-insert {
  position: absolute;
  z-index: 9998;
  white-space: nowrap;
  padding-right: 5px;
  margin-left: -5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}
.fr-quick-insert.fr-hidden {
  display: none;
}
.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 10px;
  white-space: nowrap;
}
.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  display: inline-block;
  color: #222222;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

Version data entries

10 entries across 10 versions & 2 rubygems

Version Path
wysiwyg-rails-2.6.2 app/assets/stylesheets/plugins/quick_insert.css
tmatt_cms-0.1.9 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
tmatt_cms-0.1.8 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
wysiwyg-rails-2.6.1 app/assets/stylesheets/plugins/quick_insert.css
tmatt_cms-0.1.7 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
tmatt_cms-0.1.6 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
tmatt_cms-0.1.5 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
tmatt_cms-0.1.4 lib/generators/tmatt_cms/templates/css/utils/froala/plugins/quick_insert.css.scss
wysiwyg-rails-2.6.0 app/assets/stylesheets/plugins/quick_insert.css
wysiwyg-rails-2.5.1 app/assets/stylesheets/plugins/quick_insert.css