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:
parent
39d57a167e
commit
9bda7efc3f
52 changed files with 771 additions and 203 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue