@import '../_base';
.webview-error {
    position: relative;
    height: 100vh;

    .error {
        text-align: center;
        position: absolute;
        top: 45%;
        left: 1vw;
        right: 1vw;
        margin-top: -28px;
        margin-right: 15px;
        margin-left: 15px;

        .error-title {
            font-size: 16px;
            font-weight: bold;
            color: #333333;
        }

        .error-msg {
            font-size: 14px;
            font-weight: normal;
            color: #999999;
        }
    }
}
