admin-login.xml 720 B

123456789101112131415
  1. <?xml version="1.0"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <layout xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_layout.xsd">
  9. <container name="root" htmlTag="section" htmlClass="page-wrapper">
  10. <container name="after.body.start" as="after.body.start" label="Page Top" before="-"/>
  11. <container name="login.header" htmlTag="header" htmlClass="login-header"/>
  12. <container name="login.content" htmlTag="div" htmlClass="login-content"/>
  13. <container name="login.footer" htmlTag="footer" htmlClass="login-footer"/>
  14. </container>
  15. </layout>