14 lines
223 B
SCSS
14 lines
223 B
SCSS
.search-container {
|
|
-webkit-app-region: no-drag;
|
|
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;
|
|
}
|
|
}
|