Browse code

initial-commit

rcraig12 authored on 11/11/2018 19:37:45
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,14 @@
1
+
2
+// Fonts
3
+@import url('https://fonts.googleapis.com/css?family=Nunito');
4
+
5
+// Variables
6
+@import 'variables';
7
+
8
+// Bootstrap
9
+@import '~bootstrap/scss/bootstrap';
10
+
11
+.navbar-laravel {
12
+  background-color: #fff;
13
+  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
14
+}