8
0

linkballoonpanel.scss 500 B

1234567891011121314151617181920212223242526272829
  1. // Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
  2. // For licensing, see LICENSE.md or http://ckeditor.com/license
  3. .ck-link {
  4. &-balloon-panel {
  5. padding: ck-spacing( 'large' );
  6. .ck-label {
  7. margin-bottom: ck-spacing( 'small' );
  8. }
  9. }
  10. &-form__actions {
  11. clear: both;
  12. padding-top: ck-spacing( 'large' );
  13. .ck-button {
  14. float: right;
  15. & + .ck-button {
  16. margin-right: ck-spacing( 'medium' );
  17. & + .ck-button {
  18. float: left;
  19. }
  20. }
  21. }
  22. }
  23. }