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

Repository URL to install this package:

Details    
fun-apps / static / payment / css / order.css
Size: Mime:
/* Change the table border color for the bill without changing bill.html */
td{
    border-color: #ddd!important;
}

.print-logo{
    margin-bottom: 5em;
}

.print-logo > .row > .image img {
    width:130px;
    height: auto;
}

@media print {
    #top-menu, .fun-footer, .breadcrumbs {
        display: none !important;
    }
}

.image-course {
    width:160px;
    height: auto;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.debug{
    border: 1px solid black ;
}

.clear-space{
    margin-bottom: 2em;
}