Skip to content

Commit

Permalink
feat(cc-email): init component
Browse files Browse the repository at this point in the history
Fixes: #435
  • Loading branch information
pdesoyres-cc committed Nov 24, 2022
1 parent f9cbe9d commit fb118e3
Show file tree
Hide file tree
Showing 15 changed files with 1,189 additions and 2 deletions.
3 changes: 3 additions & 0 deletions demo-smart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@
<li>
<a class="definition-link" href="?definition=cc-tcp-redirection-form.smart">cc-tcp-redirection-form.smart</a>
</li>
<li>
<a class="definition-link" href="?definition=cc-email-list.smart">cc-email-list.smart</a>
</li>
<!-- <li>-->
<!-- <a class="definition-link" href="?definition=cc-tile-status-codes.smart">cc-tile-status-codes.smart</a>-->
<!-- </li>-->
Expand Down
1 change: 1 addition & 0 deletions src/assets/mail-line.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/assets/mail-star-line.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/cc-button/cc-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ export class CcButton extends LitElement {
}
.outlined progress,
.outlined progress::-webkit-progress-bar{
.outlined progress::-webkit-progress-bar {
background-color: var(--btn-color);
}
Expand Down

0 comments on commit fb118e3

Please sign in to comment.