mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-06-18 18:20:05 +02:00
chore: up themes, fix fontawesome order
This commit is contained in:
@@ -99,10 +99,10 @@
|
||||
"nodebb-plugin-mentions": "4.0.2",
|
||||
"nodebb-plugin-spam-be-gone": "2.0.4",
|
||||
"nodebb-rewards-essentials": "0.2.1",
|
||||
"nodebb-theme-harmony": "0.0.1",
|
||||
"nodebb-theme-lavender": "7.0.3",
|
||||
"nodebb-theme-peace": "2.0.12",
|
||||
"nodebb-theme-persona": "13.0.33",
|
||||
"nodebb-theme-harmony": "0.0.2",
|
||||
"nodebb-theme-lavender": "7.0.5",
|
||||
"nodebb-theme-peace": "2.0.14",
|
||||
"nodebb-theme-persona": "13.0.36",
|
||||
"nodebb-widget-essentials": "7.0.2",
|
||||
"nodemailer": "6.8.0",
|
||||
"nprogress": "0.2.0",
|
||||
|
||||
@@ -5,6 +5,6 @@
|
||||
"sign-up-with-github": "Sign up with Github",
|
||||
"sign-in-with-google": "Sign in with Google",
|
||||
"sign-up-with-google": "Sign up with Google",
|
||||
"log-in-with-facebook": "Log in With Facebook",
|
||||
"log-in-with-facebook": "Log in with Facebook",
|
||||
"continue-with-facebook": "Continue with Facebook"
|
||||
}
|
||||
@@ -28,7 +28,6 @@ const buildImports = {
|
||||
return [
|
||||
boostrapImport(themeData),
|
||||
|
||||
'@import "fontawesome";',
|
||||
'@import "@adactive/bootstrap-tagsinput/src/bootstrap-tagsinput";',
|
||||
'@import "generics";',
|
||||
source,
|
||||
@@ -117,6 +116,7 @@ function boostrapImport(themeData) {
|
||||
'@import "bootstrap/scss/utilities/api";',
|
||||
// scss-docs-end import-stack
|
||||
|
||||
'@import "fontawesome";',
|
||||
'@import "mixins";', // core mixins
|
||||
'@import "client";', // core page styles
|
||||
'@import "./theme";', // rest of the theme scss
|
||||
|
||||
Reference in New Issue
Block a user