removed box shadow on embed xmls

This commit is contained in:
Tom Giannattasio
2012-10-17 15:20:03 -04:00
parent a91a19e7a8
commit 005cf66e2e

View File

@@ -69,6 +69,7 @@
}
.embeddable-xml-input {
@include box-shadow(none);
width: 100%;
}
@@ -180,7 +181,8 @@
}
}
.embeddable-xml-input {
.embeddable-xml-input {
@include box-shadow(none);
width: 400px;
}