mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
Update sass
This commit is contained in:
parent
f575fd4d76
commit
29e84fa08c
2 changed files with 3 additions and 3 deletions
4
resources/assets/sass/_variables.scss
vendored
4
resources/assets/sass/_variables.scss
vendored
|
@ -19,8 +19,8 @@ $custom-control-indicator-disabled-bg: #e9ecef;
|
||||||
$custom-control-description-disabled-color: #868e96;
|
$custom-control-description-disabled-color: #868e96;
|
||||||
$white: white;
|
$white: white;
|
||||||
$theme-colors: (
|
$theme-colors: (
|
||||||
'primary': #2c78bf,
|
'primary': #2c78bf,
|
||||||
'muted' : #697179
|
'muted' : #697179
|
||||||
);
|
);
|
||||||
|
|
||||||
$card-cap-bg: $white;
|
$card-cap-bg: $white;
|
||||||
|
|
2
resources/assets/sass/app.scss
vendored
2
resources/assets/sass/app.scss
vendored
|
@ -23,4 +23,4 @@
|
||||||
|
|
||||||
@import "moment";
|
@import "moment";
|
||||||
|
|
||||||
@import '~animate.css/animate.min.css';
|
@import '~animate.css/animate.min.css';
|
||||||
|
|
Loading…
Reference in a new issue