<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * Copyright Â© Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */

.tfa-google-qr {
    display: block;
    margin: 0  auto 3em auto;
    width: 300px;
    height: 300px;
}

.tfa-google-secure-code {
    word-wrap: break-word;
    border: 1px solid #cccccc;
    padding: 7px;
}
</pre></body></html>