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;
|
|
|
|
width: 250px;
|
|
|
|
max-width: 250px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 0.9em;
|
|
|
|
.icon-img {
|
|
|
|
flex: 0 0 auto;
|
|
|
|
}
|
2020-01-29 09:58:40 +09:00
|
|
|
}
|