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

52 lines
654 B
Plaintext
Raw Normal View History

2016-11-21 11:13:27 +00:00
// Search
.tablet {
.searchbar.document {
.center {
width: 100%;
display: flex;
margin: 0;
overflow: visible;
.searchbar {
overflow: visible;
&.search {
padding: 0;
}
}
}
}
}
@phoneSearchHeight: 48px;
.phone {
.searchbar.document {
.left,
.center,
.right {
flex-direction: column;
}
.center {
width: 100%;
margin: 0;
overflow: visible;
.searchbar {
padding: 0;
}
}
.right {
> p {
margin: 0;
a.link {
height: @phoneSearchHeight;
}
}
}
}
}