Skip to content

Commit

Permalink
Updates to 1.8.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Woo committed Apr 23, 2024
1 parent 3a3c268 commit 3d54115
Show file tree
Hide file tree
Showing 741 changed files with 386,678 additions and 0 deletions.
1 change: 1 addition & 0 deletions assets/css/admin.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

40 changes: 40 additions & 0 deletions assets/css/admin.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
.wc-xero-oauth-data-incomplete {
filter: grayscale(1) brightness(75%);
display: block;
pointer-events: none;
cursor: default;
margin-left: 100px;
margin-top: 24px;
}

.wc-xero-oauth-data-complete {
display: block;
}

.wc-xero-oauth-connection-error {
color: red;
}

.wc-xero-oauth-connection-ok {
color: green;
}

.wc-xero-oauth-redirect-page {
margin-top: 20px;
font-size: large;
}

.wc-xero-status {
display: flex;
flex-direction: column;
align-items: center;
}

.wc-xero-logo {
width: 200px;
height: 200px;
}

.wc-xero-oauth-disconnect-button {
height: 36px;
}
Binary file added assets/xero_logo_blue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 3d54115

Please sign in to comment.