awesome-compose/react-aspnet-mongodb/frontend/src/custom.scss
Esteban Solano Granados 4d1e8e9f00 Added frontend
Signed-off-by: GitHub <noreply@github.com>
2022-06-13 21:22:28 +00:00

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;
}