// /**
//  * Copyright © Magento, Inc. All rights reserved.
//  * See COPYING.txt for license details.
//  */

@image-signifyd-logo-path: '../Magento_Signifyd/images/logo.png';

//
// Outer slider of configuration
//
.signifyd-logo-header {
    > .entry-edit-head {
        > a:after {
            content: url(@image-signifyd-logo-path);
        }
    }

    ul {
        margin-left: 5em;
    }

    .webhook-url {
        word-break: break-all;
    }
}
