source:
resources/sass/app.scss
Last change on this file was 0924b6c, checked in by , 4 years ago | |
---|---|
|
|
File size: 251 bytes |
Line | |
---|---|
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 | } |
Note:
See TracBrowser
for help on using the repository browser.