8
0

textalternativeform.css 355 B

1234567891011121314151617
  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. &:focus {
  8. /* https://github.com/ckeditor/ckeditor5-link/issues/90 */
  9. outline: none;
  10. }
  11. & > :not(:first-child) {
  12. margin-left: var(--ck-spacing-standard);
  13. }
  14. }