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 

/ css / license-popup-rtl.css

.is-active.cartflows-processing + span {
    margin-right: 5px;
}
.is-active.cartflows-processing {
    display: inline-block;
    margin: 0;
    vertical-align: text-top;
}
.cartflows-processing {
    display: none;
    -webkit-animation: cssAnimation .72s ease infinite;
    -moz-animation: cssAnimation .72s ease infinite;
    -o-animation: cssAnimation .72s ease infinite;
 }
 @-webkit-keyframes cssAnimation {
    from { -webkit-transform: rotate(0); }
    to { -webkit-transform: rotate(-360deg); }
 }

#cartflows-license-popup-overlay {
    background: #000000b3;
    filter: alpha(opacity=70);
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100050;
}

#cartflows-license-popup table {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

#cartflows-license-popup .inner {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    background-color: #fff;
    z-index: 100059;
    text-align: right;
    top: 50%;
    right: 50%;
    -webkit-box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
    box-shadow: 0 3px 6px rgba( 0, 0, 0, 0.3 );
}

#cartflows-license-popup .heading {
    float: right;
    font-weight: 600;
    line-height: 35px;
    overflow: hidden;
    padding: 0px 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: -webkit-calc( 100% - 40px );
    width: calc( 100% - 40px );
    background: #fcfcfc;
    font-size: 14px;
    border-bottom: 1px solid #e5e5e5;
}
#cartflows-license-popup .contents {
    clear: both;
    padding: 10px 0 15px 0;
}
#cartflows-license-popup .notice {
    margin: 0 20px 5px 20px;
}

cartflows-heading {
    background: #F9F9F9;
    border-left: 1px solid #E1E1E1;
    padding: 13px 15px;
    width: 25%;
    color: #333;
    font-weight: bold;
}

.cartflows-content {
    padding: 13px 15px;
    position: relative;
}

.cartflows-row td {
    border-bottom: 1px solid #f0f0f0;
}

.cartflows-license-popup-open-button.inactive {
    color: #F44336;
}
.cartflows-license-popup-open-button.active {
    color: #3db634;
}

.cartflows-table-export {
    width: auto;
}

.cartflows-table-export td,
.cartflows-table-export th {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    padding: 12px 15px;
}


.cartflows-close-popup-button {
	position: absolute;
    right: auto;
    left: 3px;
    width: 29px;
    top: 4px;
    height: 29px;
    border: 0;
    padding: 0;
    background: none;
    cursor: pointer;
    outline: none;
    -webkit-transition: color .1s ease-in-out, background .1s ease-in-out;
    transition: color .1s ease-in-out, background .1s ease-in-out;
}

#cartflows-license-popup td,
#cartflows-license-popup th {
    padding: 12px 20px;
    border: none;
}

#cartflows-license-popup .submit-button-td {
    text-align: center;
    padding-top: 0;
}

.submit-button-td .description {
    margin: 10px 0 0 0;
}

#cartflows-license-popup .activate-license {
    padding: 10px 20px;
}