From 84917a163965c1cb8f6712c2a19dca9a9204c667 Mon Sep 17 00:00:00 2001 From: AlexBob Date: Tue, 18 Feb 2025 11:54:45 +0800 Subject: [PATCH] =?UTF-8?q?1.=20=F0=9F=9B=A0=EF=B8=8F=20chore(package.json?= =?UTF-8?q?,=20package-lock.json):=20Add=20Bootstrap=20dependency.=202.=20?= =?UTF-8?q?=E2=9C=A8=20chore(src/styles.scss):=20Add=20SCSS=20root=20varia?= =?UTF-8?q?bles=20for=20font.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ng-ui/package-lock.json | 1 + ng-ui/package.json | 1 + ng-ui/src/styles.scss | 4 +++- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ng-ui/package-lock.json b/ng-ui/package-lock.json index 9f1e0505..c88dce95 100644 --- a/ng-ui/package-lock.json +++ b/ng-ui/package-lock.json @@ -35,6 +35,7 @@ "@types/express": "^4.17.17", "@types/jasmine": "~5.1.0", "@types/node": "^18.18.0", + "bootstrap": "^5.3.3", "jasmine-core": "~5.2.0", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", diff --git a/ng-ui/package.json b/ng-ui/package.json index 61ed402f..70d57764 100644 --- a/ng-ui/package.json +++ b/ng-ui/package.json @@ -39,6 +39,7 @@ "@types/jasmine": "~5.1.0", "@types/node": "^18.18.0", "jasmine-core": "~5.2.0", + "bootstrap": "^5.3.3", "karma": "~6.4.0", "karma-chrome-launcher": "~3.2.0", "karma-coverage": "~2.2.0", diff --git a/ng-ui/src/styles.scss b/ng-ui/src/styles.scss index 57788927..73fc5557 100644 --- a/ng-ui/src/styles.scss +++ b/ng-ui/src/styles.scss @@ -1,4 +1,6 @@ -@use './styles/index.scss'; +:root { + --tblr-font-sans-serif: 'Inter'; +} html, body {