File "styles.css"

Full Path: /home/warrior1/public_html/plugins/send-to-mpesa-payment-gateway/assets/css/styles.css
File size: 576 bytes
MIME-type: text/plain
Charset: utf-8

/** 
*  Styles 
*/ 

.payment_box.payment_method_send_to_mpesa_ {
    background-color: #fafafa;
}

#send_to_mpesa_confirmation_details {
    background: rgb(255, 255, 255);
    padding: 2em;
    border: solid 2px #ddd;
    margin: 1em auto;
}

.send-mpesa-confirmation-title {
    font-size: 20px;
    padding: 0 0 10px 0;
    font-weight: bold;
}

.mpesa-confirm-input {
    margin: 10px 0 10px 0;
}

.mpesa-confirm-input {
    margin: 10px 0 10px 0;
    border-radius: 3px;
}

#customer, #mobile, #transaction {
    border: solid 1px #ddd;
}