Commit 005cf66e by Tom Giannattasio

removed box shadow on embed xmls

parent a91a19e7
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
} }
.embeddable-xml-input { .embeddable-xml-input {
@include box-shadow(none);
width: 100%; width: 100%;
} }
...@@ -181,6 +182,7 @@ ...@@ -181,6 +182,7 @@
} }
.embeddable-xml-input { .embeddable-xml-input {
@include box-shadow(none);
width: 400px; width: 400px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment