web-apps/apps/presentationeditor/mobile/resources/less/ios/_search.less
2016-12-23 14:41:28 +03:00

53 lines
642 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;
}
.center {
width: 100%;
.searchbar {
background: inherit;
padding: 0;
&:after {
content: none;
}
}
}
.right {
> p {
margin: 0;
}
}
}
}
.searchbar.document {
background: lighten(@searchbarBg, 10%);
}