@@ -1,6 +1,6 @@
/**
* @license Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
- * For licensing, see LICENSE.md.
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
/* eslint-env node */
/*
* Copyright (c) 2003-2019, CKSource - Frederico Knabben. All rights reserved.
:root {
/* globals console, window, document */
describe( 'Theme Lark', () => {
/* global document */
/* globals document, window, console */
/* globals document */
/* globals document, window, console, $ */
@import "../mixins/_rounded.css";
/* See ckeditor/ckeditor5#936. */
.ck .ck-button.ck-color-table__remove-color {
/* Resize dropdown's button label. */
/* Infinite progress bar default width. */
@import "../mixins/_rwd.css";
/* Class added to span element surrounding currently selected link. */
@import "@ckeditor/ckeditor5-ui/theme/components/tooltip/mixins/_tooltip.css";
@import "../../../mixins/_focus.css";
@import "../../../mixins/_rounded.css";
.ck.ck-toolbar-dropdown .ck-toolbar {
.ck.ck-label {
.ck.ck-labeled-input .ck-labeled-input__status {
@import "../../../mixins/_disabled.css";
@import "../../../mixins/_shadow.css";
@import "./_colors.css";
@import "../mixins/_focus.css";
@define-mixin ck-media-phone {
@@ -1,4 +1,4 @@