1
0
Fork 0
mirror of https://github.com/docker/awesome-compose.git synced 2025-04-26 10:43:35 +02:00
awesome-compose/react-express-mongodb/frontend/src/custom.scss

8 lines
191 B
SCSS
Raw Normal View History

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