linkform.css 302 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
  3. * For licensing, see LICENSE.md.
  4. */
  5. .ck-link-form {
  6. overflow: hidden;
  7. }
  8. .ck-link-form__actions {
  9. clear: both;
  10. & .ck-button {
  11. float: right;
  12. /* The "Unlink" button.*/
  13. &:last-child {
  14. float: left;
  15. }
  16. }
  17. }