// Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved. // For licensing, see LICENSE.md or http://ckeditor.com/license @import '~@ckeditor/ckeditor5-theme-lark/theme/helpers/_spacing'; .ck-link { &-form { padding: ck-spacing( 'large' ); overflow: hidden; &:focus { // https://github.com/ckeditor/ckeditor5-link/issues/90 outline: none; } .ck-input-text { // https://github.com/ckeditor/ckeditor5-link/issues/145 width: 100%; } .ck-label { margin-bottom: ck-spacing( 'tiny' ); } &__actions { clear: both; padding-top: ck-spacing( 'large' ); .ck-button { float: right; // "Save" and "Cancel" buttons. & + .ck-button { margin-right: ck-spacing( 'medium' ); } // The "Unlink" button. &:last-child { float: left; // https://github.com/ckeditor/ckeditor5-link/issues/145 margin-right: 4 * ck-spacing( 'medium' ); } } } } }