1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-22 22:59:39 +02:00

New Settings Menu, Routes and Controllers Organization (#641)

* Add new settings routes and controllers

* Add new settings view, restructure controllers and routes

* Fix lint errors
This commit is contained in:
Zach Gollwitzer 2024-04-18 07:56:51 -04:00 committed by GitHub
parent 39d57a167e
commit 9bda7efc3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
52 changed files with 771 additions and 203 deletions

View file

@ -38,17 +38,17 @@ export default {
900: "rgba(255, 255, 255, 0.7)",
},
"alpha-black": {
25: "rgba(20, 20, 20, 0.03)",
50: "rgba(20, 20, 20, 0.05)",
100: "rgba(20, 20, 20, 0.08)",
200: "rgba(20, 20, 20, 0.1)",
300: "rgba(20, 20, 20, 0.15)",
400: "rgba(20, 20, 20, 0.2)",
500: "rgba(20, 20, 20, 0.3)",
600: "rgba(20, 20, 20, 0.4)",
700: "rgba(20, 20, 20, 0.5)",
800: "rgba(20, 20, 20, 0.6)",
900: "rgba(20, 20, 20, 0.7)",
25: "rgba(11, 11, 11, 0.03)",
50: "rgba(11, 11, 11, 0.05)",
100: "rgba(11, 11, 11, 0.08)",
200: "rgba(11, 11, 11, 0.1)",
300: "rgba(11, 11, 11, 0.15)",
400: "rgba(11, 11, 11, 0.2)",
500: "rgba(11, 11, 11, 0.3)",
600: "rgba(11, 11, 11, 0.4)",
700: "rgba(11, 11, 11, 0.5)",
800: "rgba(11, 11, 11, 0.6)",
900: "rgba(11, 11, 11, 0.7)",
},
red: {
25: "#FFFBFB",