|
@@ -1,6 +1,6 @@
|
|
|
// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
|
|
// Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
|
|
|
// For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
// For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
|
|
|
|
|
|
-@mixin ck-shadow() {
|
|
|
|
|
|
|
+@mixin ck-dropshadow() {
|
|
|
box-shadow: 0 0 5px ck-color( 'foreground', -15 );
|
|
box-shadow: 0 0 5px ck-color( 'foreground', -15 );
|
|
|
}
|
|
}
|