58 lines
707 B
Plaintext
58 lines
707 B
Plaintext
// Search
|
|
|
|
.tablet {
|
|
.searchbar.document {
|
|
.center {
|
|
width: 100%;
|
|
|
|
.searchbar {
|
|
background: inherit;
|
|
padding: 0;
|
|
}
|
|
}
|
|
|
|
.right {
|
|
.prev {
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.phone {
|
|
.searchbar.document {
|
|
.left,
|
|
.center,
|
|
.right {
|
|
flex-direction: column;
|
|
}
|
|
|
|
.left {
|
|
min-width: 22px;
|
|
max-width: 22px;
|
|
}
|
|
|
|
.center {
|
|
width: 100%;
|
|
|
|
.searchbar {
|
|
background: inherit;
|
|
padding: 0;
|
|
|
|
&:after {
|
|
content: none;
|
|
}
|
|
}
|
|
}
|
|
|
|
.right {
|
|
> p {
|
|
margin: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.searchbar.document {
|
|
background: lighten(@searchbarBg, 10%);
|
|
} |