Headless CMS and Content Managment Hub
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

26 lines
450 B

:host /deep/ {
.form-control {
@include placeholder-color($color-theme-blue-light);
background: darken($color-theme-blue-dark, 5%);
border: 0;
color: $color-dark-foreground;
}
i {
color: $color-dark-foreground;
}
.dropdown-container {
max-width: 30rem;
min-width: 10rem;
width: auto;
}
}
.search-container {
width: 300px;
}
.row {
overflow: hidden;
}