Files
lgp-admin-plus-api/resources/assets/sass/app.scss

15 lines
264 B
SCSS
Raw Normal View History

2015-06-22 18:24:47 -05:00
2016-07-23 20:23:25 -05:00
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
2016-07-23 14:56:55 -05:00
2016-07-23 20:23:25 -05:00
// Variables
2016-07-10 16:28:20 -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);
}