mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
18 lines
349 B
SCSS
Vendored
18 lines
349 B
SCSS
Vendored
|
|
// Fonts
|
|
@import url('https://fonts.googleapis.com/css?family=Nunito');
|
|
|
|
// Variables
|
|
//@import 'variables';
|
|
|
|
// Bootstrap
|
|
//@import '~bootstrap/scss/bootstrap';
|
|
|
|
@import "~/bulma/css/bulma.css";
|
|
@import "~/bulma-extensions/dist/css/bulma-extensions.css";
|
|
|
|
.navbar-laravel {
|
|
background-color: #fff;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
|
}
|