mirror of https://github.com/Squidex/squidex.git
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.
20 lines
344 B
20 lines
344 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;
|
|
}
|
|
}
|
|
|
|
.search-container {
|
|
width: 300px;
|
|
}
|
|
|
|
.row {
|
|
overflow: hidden;
|
|
}
|