20 lines
286 B
SCSS
20 lines
286 B
SCSS
/* You can add custom styles here. */
|
|
|
|
// @import "plugins/numbered";
|
|
.book-menu-content nav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
height: 99%;
|
|
}
|
|
|
|
.book-brand {
|
|
margin: 0;
|
|
}
|
|
.book-search {
|
|
margin: 0;
|
|
}
|
|
|
|
.book-menu-mid {
|
|
margin-top: -1rem;
|
|
flex-grow: 1;
|
|
}
|