UI Kit

Infolayer

This component is not toggleable by default, it's always visible. We use this in microservices when the application is not enabled for the customer or customer is not authenticated.

Last update:
()
Message doc(search): new tags and hidden components --skip-ci
Committer: Tamás Bíró
Version history

Default .e-infolayer

<div style="z-index: 999" class="e-infolayer">
  <div class="e-infolayer__content">
    <div class="e-infolayer__logo">
      <svg>
        <use xlink:href="#e-b2clogo-simple"></use>
      </svg>
    </div>
    <div class="e-infolayer__title">
      Notification Center
    </div>
    We're sorry, but you are not authorized to take this action.
  </div>
</div>

                                <div style="z-index: 999" class="e-infolayer">
                                  <div class="e-infolayer__content">
                                    <div class="e-infolayer__logo">
                                      <svg>
                                        <use xlink:href="#e-b2clogo-simple"></use>
                                      </svg>
                                    </div>
                                    <div class="e-infolayer__title">Notification Center</div>We're sorry, but you are not authorized to take this action.
                                  </div>
                                </div>
Show / Hide
Notification Center
We're sorry, but you are not authorized to take this action.