1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-06 11:12:43 +01:00
invoiceninja/resources/sass/app.scss

15 lines
251 B
SCSS
Raw Normal View History

2018-10-04 19:10:43 +02:00
// Fonts
@import url('https://fonts.googleapis.com/css?family=Nunito');
// Variables
@import 'variables';
2018-10-04 19:10:43 +02:00
// Bootstrap
@import '~bootstrap/scss/bootstrap';
2018-10-04 19:10:43 +02:00
.navbar-laravel {
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}