image-style-custom.scss 311 B

1234567891011121314
  1. // Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .image-style-left {
  4. float: left;
  5. width: 50%;
  6. margin: 1em 1em 1em 0;
  7. }
  8. .image-style-right {
  9. float: right;
  10. width: 50%;
  11. margin: 1em 0 1em 1em;
  12. }