Skip to content

Commit

Permalink
feat update styles2
Browse files Browse the repository at this point in the history
  • Loading branch information
sansan88 committed Sep 29, 2023
1 parent 6b4f6bb commit 13f83e0
Show file tree
Hide file tree
Showing 14 changed files with 32 additions and 162 deletions.
20 changes: 20 additions & 0 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"with": "src/custom-themes/default/tailwind.config.ts"
}
],
"styles": [
Expand Down Expand Up @@ -129,6 +133,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"with": "src/custom-themes/default/tailwind.config.ts"
}
],
"styles": [
Expand Down Expand Up @@ -223,6 +231,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"with": "src/custom-themes/app-uhc-win-u/tailwind.config.ts"
}
],
"styles": [
Expand Down Expand Up @@ -268,6 +280,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"with": "src/custom-themes/app-stv-spreitenbach/tailwind.config.ts"
}
],
"styles": [
Expand Down Expand Up @@ -313,6 +329,10 @@
{
"replace": "src/environments/environment.ts",
"with": "src/environments/environment.prod.ts"
},
{
"replace": "./tailwind.config.ts",
"with": "src/custom-themes/app-vbc-schaffhausen/tailwind.config.ts"
}
],
"styles": [
Expand Down
17 changes: 0 additions & 17 deletions src/custom-themes/app-stv-spreitenbach/tailwind.config.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default {
},
extend: {
colors: {
myclublight: "#F89828",
myclubdark: "#F89828",
myclublight: "#3677bc",
myclubdark: "#3677bc",
},
},
},
Expand Down
17 changes: 0 additions & 17 deletions src/custom-themes/app-uhc-win-u/tailwind.config.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export default {
},
extend: {
colors: {
myclublight: "#EB6109",
myclubdark: "#EB6109",
myclublight: "#EB1927",
myclubdark: "#EB1927",
},
},
},
Expand Down
17 changes: 0 additions & 17 deletions src/custom-themes/app-vbc-schaffhausen/tailwind.config.js

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
/** @type {import('tailwindcss').Config} */
module.exports = {
darkMode: "media", // or 'media' or 'class'
content: ["./src/**/*.{html,ts}"],
import type { Config } from 'tailwindcss'

export default {
content: [
'./src/app/pages/auth/**/*.{html,js}',
],
theme: {
fontFamily: {
sans: ["Roboto", '"Segoe UI"', "sans-serif"],
Expand All @@ -14,4 +16,5 @@ module.exports = {
},
},
plugins: [require("@tailwindcss/forms"), require("@tailwindcss/typography")],
};
} satisfies Config

17 changes: 0 additions & 17 deletions src/custom-themes/default/tailwind.config.js

This file was deleted.

File renamed without changes.
17 changes: 0 additions & 17 deletions src/custom-themes/tailwind.config.app-kadetten-handball.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/custom-themes/tailwind.config.app-kadetten-unihockey.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/custom-themes/tailwind.config.app-stv-spreitenbach.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/custom-themes/tailwind.config.app-uhc-win-u.js

This file was deleted.

17 changes: 0 additions & 17 deletions src/custom-themes/tailwind.config.default.js

This file was deleted.

0 comments on commit 13f83e0

Please sign in to comment.