mirror of
https://github.com/docker/awesome-compose.git
synced 2026-05-17 05:17:39 +02:00
Sample React-Express-MongoDB (#59)
Signed-off-by: Afzal <sah.afzal@gmail.com>
This commit is contained in:
8
react-express-mongodb/frontend/src/custom.scss
Normal file
8
react-express-mongodb/frontend/src/custom.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
// Override default variables before the import
|
||||
$body-bg: #fff;
|
||||
// Import Bootstrap and its default variables
|
||||
@import '~bootstrap/scss/bootstrap.scss';
|
||||
|
||||
.cursor-pointer {
|
||||
cursor: pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user