1
0
Fork 1
mirror of https://github.com/pixelfed/pixelfed.git synced 2025-02-01 12:08:30 +00:00
pixelfed/resources/assets/sass/app.scss
2018-04-15 17:56:48 -06:00

14 lines
264 B
SCSS
Vendored

// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
@import "variables";
// Bootstrap
@import '~bootstrap/scss/bootstrap';
.navbar-laravel {
background-color: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}