web-apps/apps/common/mobile/resources/less/search.less
2021-01-28 13:27:18 +03:00

21 lines
366 B
Plaintext

@statusBarBorderColor: #cbcbcb;
.navbar {
.searchbar {
background-color: var(--f7-navbar-bg-color);
.buttons-row {
align-self: center;
display: flex;
}
.searchbar-bg {
.hairline(bottom, @statusBarBorderColor);
}
}
.searchbar-input-wrap {
margin-right: 10px;
}
}