22 lines
497 B
SCSS
Vendored
22 lines
497 B
SCSS
Vendored
|
|
// Fonts
|
|
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
|
|
|
// Variables
|
|
@import "variables";
|
|
|
|
// Bootstrap
|
|
// @import "node_modules/bootstrap/scss/bootstrap.scss";
|
|
@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";
|
|
|
|
//Ionicons
|
|
@import "node_modules/ionicons/dist/scss/ionicons.scss";
|
|
|
|
//Font awesome
|
|
@import "node_modules/font-awesome/scss/font-awesome.scss";
|
|
|
|
.navbar-laravel {
|
|
background-color: #fff;
|
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
|
}
|