20 lines
417 B
SCSS
20 lines
417 B
SCSS
@import "bootstrap/scss/bootstrap";
|
|
@import "bootstrap-icons/font/bootstrap-icons.css";
|
|
|
|
/*
|
|
|--------------------------------------------------------------------------
|
|
| Application Styles
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Add project-wide Bootstrap customizations below.
|
|
|
|
|
*/
|
|
|
|
body {
|
|
background-color: #f8f9fa;
|
|
}
|
|
|
|
.navbar-brand,
|
|
.page-title {
|
|
font-weight: 600;
|
|
} |