IO-256 Export receivables for QBO

This commit is contained in:
Patrick Fic
2021-09-24 16:43:57 -07:00
parent cf91ec14c0
commit 8f2b1f0f78
26 changed files with 340 additions and 190 deletions

View File

@@ -0,0 +1,8 @@
.qbo-sign-in {
background-image: url("../../assets/qbo/C2QB_green_btn_med_default.svg");
width: 274px;
height: 48px;
&:hover {
background-image: url("../../assets/qbo/C2QB_green_btn_med_hover.svg");
}
}