Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 0 additions & 41 deletions apps/36-blocks-widget/src/app/app.component.scss
Original file line number Diff line number Diff line change
@@ -1,41 +0,0 @@
// .hcaptcha-container {
// margin: 20px 0;
// padding: 15px;
// border: 1px solid #e0e0e0;
// border-radius: 8px;
// background-color: #f9f9f9;
// display: flex;
// justify-content: center;
// }

// .captcha-status {
// margin: 15px 0;
// padding: 10px;
// background-color: #e8f5e8;
// border: 1px solid #4caf50;
// border-radius: 4px;

// p {
// margin: 0 0 10px 0;
// color: #2e7d32;
// font-weight: 500;
// }

// button {
// background-color: #f44336;
// color: white;
// border: none;
// padding: 8px 16px;
// border-radius: 4px;
// cursor: pointer;
// font-size: 14px;

// &:hover {
// background-color: #d32f2f;
// }
// }
// }

// // :host div {
// // height: 100vh;
// // }
Original file line number Diff line number Diff line change
@@ -1,21 +0,0 @@
// :host {
// display: flex;
// flex-direction: column;
// justify-content: center;
// position: relative;
// }

// /* API-driven button hover color override */
// .has-hover-color:hover {
// background-color: var(--btn-hover-color) !important;
// }

// /* intl-tel-input: force wrapper to fill container */
// :host ::ng-deep .iti {
// width: 100%;
// }

// /* intl-tel-input: prevent flag from overlapping input text */
// :host ::ng-deep .iti input[type='tel'] {
// padding-left: 52px !important;
// }
Loading
Loading