2021-01-20 16:18:48 +00:00
|
|
|
@statusBarBorderColor: #cbcbcb;
|
|
|
|
|
|
|
|
.navbar {
|
|
|
|
.searchbar {
|
|
|
|
background-color: var(--f7-navbar-bg-color);
|
|
|
|
|
|
|
|
.buttons-row {
|
|
|
|
align-self: center;
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.searchbar-bg {
|
|
|
|
.hairline(bottom, @statusBarBorderColor);
|
|
|
|
}
|
|
|
|
}
|
2021-01-28 10:27:18 +00:00
|
|
|
|
|
|
|
.searchbar-input-wrap {
|
|
|
|
margin-right: 10px;
|
|
|
|
}
|
2021-01-20 16:18:48 +00:00
|
|
|
}
|