PATH:
home
/
rwabteecom
/
project_11
/
public
/
dashboard
/
css
/
pages
/
Editing: _billing.scss
.billing_header h5 { color: #2C2C2C; font-weight: 600; line-height: 27px; } .billing_header p { color: #696969; font-size: 14px; font-weight: 400; line-height: 21px; } .billing_box { border: 0.8px solid #ECECEC; border-radius: 4px; background-color: #fff; } .billing_box_header { border: 0.8px solid #ECECEC; background-color: #EBEBEB; } .billing_box_header p { font-weight: 400; line-height: 32px; color: #2C2C2C; } .plan_prop p { color: #696969; font-size: 14px; font-weight: 400; line-height: 16px; } .plan_prop h5 { font-size: 18px; font-weight: 400; line-height: 21px; color: #2C2C2C; } .plan-remain p { color: #696969; font-size: 14px; font-weight: 400; line-height: 16px; } .plan-remain .progress { border-radius: 4px; } .plan-remain .progress .progress-bar { background-color: var(--main-color); } .billing_contact a { border: 0.8px solid #ECECEC; display: flex; align-items: center; justify-content: center; width: 90%; border-radius: 4px; color: #696969; } .billing_contact a:hover { color: #000; } .Invoices_table tr th { background-color: #f1f1f1; white-space: nowrap; border: none; color: #696969; font-weight: 500; } .Invoices_table tbody tr { border-radius: 10px; background-color: #fff; } .Invoices_table tbody tr td { background-color: transparent; border: none; color: #2C2C2C; vertical-align: middle; } .pay_status { height: 30px; padding: 4px 16px; border-radius: 33px; display: flex; align-items: center; justify-content: center; font-weight: 400; } .pay_status.paied_states { background-color: #E1FFDC; color: #07A104; } .pay_status.pending_states { background-color: #FFF5DC; color: #E2B102; } .renew-link { background-color: #000; font-size: 14px; font-weight: 600; line-height: 15px; color: #fff; padding: 12px; border-radius: 4px; } .invoice_action { width: 35px; height: 35px; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: none; background-color: #EFEFEF; } .no_plans .main-btn{ width: fit-content; }
SAVE
CANCEL