Avisos registro

This commit is contained in:
2023-03-01 13:18:30 +01:00
parent dc6c9ae938
commit 45e2a28412
3 changed files with 33 additions and 12 deletions

View File

@@ -85,7 +85,21 @@ module.exports = configure(function (/* ctx */) {
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js#framework
framework: {
config: {},
config: {
brand: {
primary: "#00a352",
secondary: "#2668a6",
accent: "#9C27B0",
dark: "#1d1d1d",
"dark-page": "#121212",
positive: "#21BA45",
negative: "#C10015",
info: "#31CCEC",
warning: "#F2C037",
},
},
// iconSet: 'material-icons', // Quasar icon set
// lang: 'en-US', // Quasar language pack
@@ -98,7 +112,7 @@ module.exports = configure(function (/* ctx */) {
// directives: [],
// Quasar plugins
plugins: [],
plugins: ["Dialog"],
},
// animations: 'all', // --- includes all animations