File "_subscription-cancellation.scss"

Full Path: /home/vantageo/public_html/cache/cache/cache/cache/cache/.wp-cli/wp-content/plugins/material-design-for-contact-form-7/freemius/assets/scss/admin/_subscription-cancellation.scss
File size: 558 bytes
MIME-type: text/plain
Charset: utf-8

.fs-modal.fs-modal-subscription-cancellation {
	.fs-price-increase-warning {
		color: red;
		font-weight: bold;
		padding: 0 25px;
		margin-bottom: 0;
	}

    ul.subscription-actions label {
        input {
            float: left;
            top: 5px;
            position: relative;

            .rtl & {
                float: right;
            }
        }

        span {
            display: block;
            margin-left: 24px;

            .rtl & {
                margin-left: 0;
                margin-right: 24px;
            }
        }
    }
}