21 lines
366 B
Plaintext
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;
|
|
}
|
|
}
|