Skip to content

Commit

Permalink
ENGCOM-7350: Remove unwanted styles for email preview #27828
Browse files Browse the repository at this point in the history
  • Loading branch information
slavvka committed May 20, 2020
2 parents 15507d5 + 7c3fc14 commit 5f33e66
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@
*/
-->
<page xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" layout="admin-1column" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd">
<head>
<remove src="extjs/resources/css/ext-all.css"/>
<remove src="extjs/resources/css/ytheme-magento.css"/>
<remove src="css/styles-old.css"/>
<remove src="css/styles.css"/>
<remove src="jquery/jstree/themes/default/style.css"/>
</head>
<body>
<attribute name="id" value="html-body"/>
<attribute name="class" value="preview-window"/>
Expand Down

0 comments on commit 5f33e66

Please sign in to comment.