landing page finished

This commit is contained in:
2024-07-29 21:23:26 +02:00
parent 6348af8862
commit 55e800009e
8 changed files with 164 additions and 54 deletions

View File

@@ -35,7 +35,8 @@ select {
}
:host ::ng-deep .ng-select.ng-select-single .ng-select-container {
height: 48px;
border: unset;
border: none;
background-color: transparent;
.ng-value-container .ng-input {
top: 10px;
}
@@ -43,13 +44,6 @@ select {
display: none;
}
}
.flex-1-1-2 {
flex: 1 1 2%;
}
// .light {
// color: #999;
// }
// component.css
select {
color: #000; /* Standard-Textfarbe für das Dropdown */
// background-color: #fff; /* Hintergrundfarbe für das Dropdown */