17 lines
303 B
Plaintext
17 lines
303 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);
|
||
|
}
|
||
|
}
|
||
|
}
|