|
|
@@ -3,7 +3,6 @@
|
|
|
* For licensing, see LICENSE.md.
|
|
|
*/
|
|
|
|
|
|
-@import "../../../mixins/_rounded.css";
|
|
|
@import "../../../mixins/_shadow.css";
|
|
|
|
|
|
:root {
|
|
|
@@ -12,13 +11,13 @@
|
|
|
|
|
|
/* Let's use `ck-balloon-panel` appearance. See: balloonpanel.css. */
|
|
|
.ck .ck-fake-panels div {
|
|
|
- @mixin ck-rounded-corners;
|
|
|
@mixin ck-drop-shadow;
|
|
|
|
|
|
min-height: 15px;
|
|
|
|
|
|
background: var(--ck-color-panel-background);
|
|
|
border: 1px solid var(--ck-color-panel-border);
|
|
|
+ border-radius: var(--ck-border-radius);
|
|
|
|
|
|
width: 100%;
|
|
|
height: 100%;
|