Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Bower components Debian packages RPM packages NuGet packages

jsarnowski / jsarnowski/cartflows-pro   php

Repository URL to install this package:

Version: 1.6.10 

/ gutenberg / src / blocks / offer-yes-no-button / style.scss

/**
 * #.# Styles
 *
 * CSS for both Frontend+Backend.
 */
 .wp-block-wcfpb-offer-yes-no-button{
    margin-bottom: 25px;
    .wpcfp__offer-yes-no-button-link{
        display: inline-flex;
        text-decoration: none;
    }
    .wpcfp__offer-yes-no-button-link .wpcfp__offer-yes-no-button-content-wrap .wpcfp__offer-yes-no-button-title-wrap{
        display: inline-flex;
    }
    .wpcfp__offer-yes-no-button-link .wpcfp__offer-yes-no-button-title{
        align-self: center;
    }

    .wpcfp__offer-yes-no-button-link .wpcfp__offer-yes-no-button-icon{
        display: flex;
        align-self: center;
    }
}