13 lines
174 B
SCSS
13 lines
174 B
SCSS
@import "~bootstrap";
|
|
|
|
body {
|
|
//background-color: lightblue !important;
|
|
}
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
.book-search-item:hover {
|
|
background-color: $light;
|
|
} |