Files
spa-api/resources/sass/app.scss

15 lines
251 B
SCSS
Raw Normal View History

2015-06-22 18:24:47 -05:00
2016-07-23 20:23:25 -05:00
// Fonts
2018-07-19 07:48:31 -05:00
@import url('https://fonts.googleapis.com/css?family=Nunito');
2016-07-23 14:56:55 -05:00
2016-07-23 20:23:25 -05:00
// Variables
2018-07-19 07:48:31 -05:00
@import 'variables';
2016-07-23 20:23:25 -05:00
// Bootstrap
2017-12-20 21:14:56 +02:00
@import '~bootstrap/scss/bootstrap';
2017-12-20 16:58:36 -06:00
.navbar-laravel {
2017-12-20 21:14:56 +02:00
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}