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

52 lines
654 B
Plaintext

// 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;
}
}
}
}
}