mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 06:21:27 +00:00
Update compiled assets
This commit is contained in:
parent
a13cdefa8c
commit
307e227ed5
5 changed files with 8 additions and 7 deletions
BIN
public/css/app.css
vendored
BIN
public/css/app.css
vendored
Binary file not shown.
BIN
public/js/app.js
vendored
BIN
public/js/app.js
vendored
Binary file not shown.
4
resources/assets/sass/_variables.scss
vendored
4
resources/assets/sass/_variables.scss
vendored
|
@ -3,6 +3,6 @@
|
||||||
$body-bg: #f5f8fa;
|
$body-bg: #f5f8fa;
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
$font-family-sans-serif: "Raleway", sans-serif;
|
$font-family-sans-serif: "Roboto", sans-serif;
|
||||||
$font-size-base: 0.9rem;
|
$font-size-base: 1rem;
|
||||||
$line-height-base: 1.6;
|
$line-height-base: 1.6;
|
||||||
|
|
7
resources/assets/sass/app.scss
vendored
7
resources/assets/sass/app.scss
vendored
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
// Fonts
|
// Fonts
|
||||||
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
|
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,600");
|
||||||
|
|
||||||
// Variables
|
// Variables
|
||||||
@import "variables";
|
@import "variables";
|
||||||
|
@ -8,7 +8,4 @@
|
||||||
// Bootstrap
|
// Bootstrap
|
||||||
@import '~bootstrap/scss/bootstrap';
|
@import '~bootstrap/scss/bootstrap';
|
||||||
|
|
||||||
.navbar-laravel {
|
@import "custom";
|
||||||
background-color: #fff;
|
|
||||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
|
||||||
}
|
|
||||||
|
|
4
resources/assets/sass/custom.scss
vendored
Normal file
4
resources/assets/sass/custom.scss
vendored
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
.navbar-laravel {
|
||||||
|
background-color: #fff;
|
||||||
|
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
|
||||||
|
}
|
Loading…
Reference in a new issue