8 lines
191 B
SCSS
8 lines
191 B
SCSS
// Override default variables before the import
|
|
$body-bg: #fff;
|
|
// Import Bootstrap and its default variables
|
|
@import '~bootstrap/scss/bootstrap.scss';
|
|
|
|
.cursor-pointer {
|
|
cursor: pointer;
|
|
} |