source: resources/sass/app.scss@ 7ed1069

Last change on this file since 7ed1069 was 0924b6c, checked in by Özkan İliyaz <iliyaz_96@…>, 4 years ago

initial commit

  • Property mode set to 100644
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.