8
0

tableproperties.css 413 B

12345678910111213141516171819202122
  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-properties-form {
  6. width: 320px;
  7. & .ck-form__row {
  8. &.ck-table-properties-form__alignment-row {
  9. padding: 0;
  10. & .ck.ck-toolbar {
  11. background: none;
  12. & .ck-toolbar__items > * {
  13. width: 40px;
  14. }
  15. }
  16. }
  17. }
  18. }