8
0

textalternativeform.css 394 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-text-alternative-form {
  6. padding: var(--ck-spacing-standard);
  7. & .ck-button {
  8. border-width: 0;
  9. }
  10. &:focus {
  11. /* https://github.com/ckeditor/ckeditor5-link/issues/90 */
  12. outline: none;
  13. }
  14. & > :not(:first-child) {
  15. margin-left: var(--ck-spacing-standard);
  16. }
  17. }