web-apps/apps/presentationeditor/mobile/resources/less/ios/_search.less
2016-11-22 10:48:36 +03:00

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%);
}