diff --git a/resources/assets/sass/_variables.scss b/resources/assets/sass/_variables.scss index 5bcdd7785..b7b487090 100644 --- a/resources/assets/sass/_variables.scss +++ b/resources/assets/sass/_variables.scss @@ -19,8 +19,8 @@ $custom-control-indicator-disabled-bg: #e9ecef; $custom-control-description-disabled-color: #868e96; $white: white; $theme-colors: ( - 'primary': #2c78bf, - 'muted' : #697179 + 'primary': #2c78bf, + 'muted' : #697179 ); $card-cap-bg: $white; diff --git a/resources/assets/sass/app.scss b/resources/assets/sass/app.scss index 1feb09448..bc269f0a4 100644 --- a/resources/assets/sass/app.scss +++ b/resources/assets/sass/app.scss @@ -23,4 +23,4 @@ @import "moment"; -@import '~animate.css/animate.min.css'; \ No newline at end of file +@import '~animate.css/animate.min.css';