custom.scss 191 B

12345678
  1. // Override default variables before the import
  2. $body-bg: #fff;
  3. // Import Bootstrap and its default variables
  4. @import '~bootstrap/scss/bootstrap.scss';
  5. .cursor-pointer {
  6. cursor: pointer;
  7. }