don't add shadow to the default editor

This commit is contained in:
Mads Rasmussen
2018-05-04 11:25:19 +02:00
parent a5bbf3d832
commit 650441b1f6

View File

@@ -14,7 +14,6 @@
left: 0;
background: @gray-10;
z-index: 100;
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
}
.umb-editor--animating {
@@ -25,6 +24,7 @@
// will be shown through animation
.umb-editors .umb-editor {
opacity: 0;
box-shadow: 0px 0 30px 0 rgba(0,0,0,.3);
}
.umb-editor--small {