web-apps/apps/presentationeditor/mobile/resources/less/ios/_search.less

116 lines
1.4 KiB
Plaintext
Raw Normal View History

2016-11-21 11:13:27 +00:00
// Search
.tablet {
2018-12-06 12:06:51 +00:00
// Replace mode
.searchbar.document.replace {
.center {
.searchbar:first-child {
margin-right: 10px;
}
.replace {
display: flex;
}
}
.right {
.replace {
display: flex;
margin: 0 10px;
}
}
}
// Search mode
2016-11-21 11:13:27 +00:00
.searchbar.document {
.center {
width: 100%;
.searchbar {
background: inherit;
padding: 0;
}
2018-12-06 12:06:51 +00:00
.replace {
display: none;
}
2016-11-21 11:13:27 +00:00
}
.right {
.prev {
margin-left: 0;
}
2018-12-06 12:06:51 +00:00
.replace {
display: none;
}
2016-11-21 11:13:27 +00:00
}
}
}
.phone {
2018-12-06 12:06:51 +00:00
// Replace mode
.searchbar.document.replace {
height: 88px;
.left {
margin-top: -44px;
}
.center {
.searchbar-input {
margin: 8px 0;
}
.replace {
display: block;
}
}
.right {
> .replace {
display: flex;
}
}
}
// Search mode
2016-11-21 11:13:27 +00:00
.searchbar.document {
.left,
.center,
.right {
flex-direction: column;
}
.center {
width: 100%;
.searchbar {
background: inherit;
padding: 0;
&:after {
content: none;
}
}
2018-12-06 12:06:51 +00:00
.replace {
display: none;
}
2016-11-21 11:13:27 +00:00
}
.right {
> p {
margin: 0;
}
2018-12-06 12:06:51 +00:00
> .replace {
display: none;
}
2016-11-21 11:13:27 +00:00
}
}
}
.searchbar.document {
background: lighten(@searchbarBg, 10%);
}