2020-01-31 15:27:08 +09:00
|
|
|
::ng-deep .search-container {
|
2020-01-29 09:58:40 +09:00
|
|
|
-webkit-app-region: no-drag;
|
2020-01-29 17:08:20 +09:00
|
|
|
display: flex;
|
|
|
|
flex-flow: row;
|
|
|
|
align-items: center;
|
2020-02-12 15:06:26 +09:00
|
|
|
width: 240px;
|
|
|
|
max-width: 240px;
|
2020-01-29 17:08:20 +09:00
|
|
|
color: #ffffff;
|
2020-02-12 15:06:26 +09:00
|
|
|
font-size: 0.88rem;
|
|
|
|
color: #2d3a4a;
|
|
|
|
background-color: #ffffff;
|
|
|
|
padding: 4px 10px;
|
|
|
|
border-radius: 3px;
|
2020-01-29 17:08:20 +09:00
|
|
|
.icon-img {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2020-02-12 15:06:26 +09:00
|
|
|
.mat-form-field {
|
|
|
|
font-size: 0.88rem;
|
|
|
|
color: #333333;
|
|
|
|
}
|
2020-01-29 09:58:40 +09:00
|
|
|
}
|