|
|
@@ -1,32 +0,0 @@
|
|
|
-/*
|
|
|
- * What you're currently looking at is the source code of a legally protected, proprietary software.
|
|
|
- * Letters is licensed under a commercial license and protected by copyright law. Where not otherwise indicated,
|
|
|
- * all Letters content is authored by CKSource engineers and consists of CKSource-owned intellectual property.
|
|
|
- *
|
|
|
- * Copyright (c) 2003-2018, CKSource Frederico Knabben. All rights reserved.
|
|
|
- */
|
|
|
-
|
|
|
-@import '../ui/styles/helpers/_shadow.css';
|
|
|
-
|
|
|
-:root {
|
|
|
- --ltrs-color-blocktoolbar-icon: var(--ltrs-color-white);
|
|
|
-}
|
|
|
-
|
|
|
-.ck.ck-button.ltrs-toolbar-block-button {
|
|
|
- position: absolute;
|
|
|
- border: 0;
|
|
|
- font-size: var(--ltrs-font-medium);
|
|
|
- background-color: var(--ltrs-color-gray-blue-light);
|
|
|
- color: var(--ltrs-color-blocktoolbar-icon);
|
|
|
- z-index: var(--ltrs-zindex-air);
|
|
|
- transition: 200ms background-color ease-in-out;
|
|
|
-
|
|
|
- & .ck-icon {
|
|
|
- font-size: var(--ltrs-font-size-normal);
|
|
|
- }
|
|
|
-
|
|
|
- &.ck-on {
|
|
|
- background-color: var(--ltrs-color-gray-blue-hover);
|
|
|
- @mixin ltrs__shadow--inset;
|
|
|
- }
|
|
|
-}
|