new Landing page, stripped app

This commit is contained in:
2025-04-05 12:25:50 +02:00
parent b39370a6b5
commit 83808263af
165 changed files with 9484 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
:host {
display: block;
font-family: 'Inter', sans-serif;
}
// .container {
// max-width: 100%;
// margin: 0 auto;
// }
:host ::ng-deep quill-editor {
.ql-container {
min-height: 200px;
}
}
// input[type='checkbox'] {
// &:checked + .dot {
// transform: translateX(100%);
// }
// &:checked + .block {
// background-color: #4299e1;
// }
// }
.dot {
transition: all 0.3s ease-in-out;
}
::ng-deep .ng-select.ng-select-single .ng-select-container {
height: 42px;
}
quill-editor {
width: 100%;
}