landing page finished
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user