tablecellproperties.css 435 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  4. */
  5. .ck.ck-table-cell-properties-form {
  6. width: 320px;
  7. & .ck-form__row {
  8. &.ck-table-cell-properties-form__padding-row {
  9. padding: 0;
  10. width: 35%;
  11. }
  12. &.ck-table-cell-properties-form__alignment-row {
  13. & .ck.ck-toolbar {
  14. background: none;
  15. }
  16. }
  17. }
  18. }