web-apps/apps/common/mobile/resources/less/search.less
2021-04-19 17:50:40 +03:00

63 lines
1.4 KiB
Plaintext

@statusBarBorderColor: #cbcbcb;
.navbar {
.subnavbar {
.searchbar {
background-color: var(--f7-navbar-bg-color);
.buttons-row {
align-self: center;
display: flex;
}
.searchbar-bg {
.hairline(bottom, @statusBarBorderColor);
}
}
}
.searchbar-inner {
justify-content: space-between;
padding-left: 22px;
height: 100%;
&__left {
width: 75%;
}
&__right {
margin-left: 10px;
.buttons-row {
display: flex;
justify-content: flex-end;
}
.link-settings {
min-width: 24px;
}
}
.buttons-row-replace {
display: flex;
flex-direction: row;
align-items: center;
width: 100%;
padding-left: 19px;
a {
font-size: 15px;
height: auto;
display: block;
line-height: normal;
padding: 0;
}
a:nth-child(2) {
margin-left: 20px;
}
}
}
.searchbar-expandable {
transition-duration: 0s;
}
.searchbar-expandable.searchbar-enabled {
top: 0;
}
}