switch to bootstrap4

This commit is contained in:
Mohamed Said
2017-12-20 21:14:56 +02:00
parent 304854c335
commit 4be558ac65
4 changed files with 10 additions and 24 deletions

View File

@@ -6,4 +6,9 @@
@import "variables";
// Bootstrap
@import "~bootstrap-sass/assets/stylesheets/bootstrap";
@import '~bootstrap/scss/bootstrap';
.navbar-laravel{
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}