feat: add new success screens

This commit is contained in:
benalleng
2023-07-18 19:02:16 -04:00
committed by Paul Miller
parent 14a21e5290
commit d4a0655bf8
22 changed files with 314 additions and 217 deletions

View File

@@ -25,6 +25,7 @@ module.exports = {
"m-green": "hsla(163, 70%, 38%, 1)",
"m-green-dark": "hsla(163, 70%, 28%, 1)",
"m-blue": "hsla(220, 59%, 52%, 1)",
"m-blue-400": "hsla(219, 57%, 52%, 1)",
"m-blue-dark": "hsla(220, 59%, 42%, 1)",
"m-red": "hsla(343, 92%, 54%, 1)",
"m-red-dark": "hsla(343, 92%, 44%, 1)",
@@ -33,7 +34,9 @@ module.exports = {
"m-grey-700": "hsla(0, 0%, 25%, 1)",
"m-grey-750": "hsla(0, 0%, 17%, 1)",
"m-grey-800": "hsla(0, 0%, 12%, 1)",
"m-grey-900": "hsla(0, 0%, 9%, 1)"
"m-grey-900": "hsla(0, 0%, 9%, 1)",
"m-grey-750": "hsla(0, 0%, 17%, 1)",
"m-grey-400": "hsla(0, 0%, 64%, 1)"
},
backgroundImage: {
"fade-to-blue":
@@ -52,7 +55,9 @@ module.exports = {
"inner-button-disabled":
"2px 2px 4px rgba(0, 0, 0, 0.05), inset 2px 2px 4px rgba(255, 255, 255, 0.05), inset -2px -2px 6px rgba(0, 0, 0, 0.1)",
"fancy-card": "0px 4px 4px rgba(0, 0, 0, 0.1)",
above: "0px -4px 10px rgba(0, 0, 0, 0.25)"
"subtle-bevel":
"inset -4px -4px 6px 0 rgba(0, 0, 0, 0.10), inset 4px 4px 4px 0 rgba(255, 255, 255, 0.10)",
above: "0px -4px 10px rgba(0, 0, 0, 0.25)",
},
textShadow: {
button: "1px 1px 0px rgba(0, 0, 0, 0.4)"