diff --git a/sqlx-data.json b/sqlx-data.json index d0f912c4..493263c9 100644 --- a/sqlx-data.json +++ b/sqlx-data.json @@ -603,11 +603,11 @@ ] }, "nullable": [ - false, - false, - false, - false, - false + true, + true, + true, + true, + true ] } }, diff --git a/templates/email/css/button.css b/templates/email/css/button.css new file mode 100644 index 00000000..2b514cbe --- /dev/null +++ b/templates/email/css/button.css @@ -0,0 +1,15 @@ +.button:hover { + background-color: #993299; + cursor: grab; + transform: translateY(-5px); +} + +.button { + background-color: #800080; + color: rgba(255, 255, 255, 0.87); + border-radius: 5px; + border: 1px rgba(0, 0, 0, 0.125) solid; + padding: 10px; + font-size: 20px; + min-height: 45px; +} diff --git a/templates/email/verification/index.html b/templates/email/verification/index.html index 2a1d9a2b..a318d10a 100644 --- a/templates/email/verification/index.html +++ b/templates/email/verification/index.html @@ -6,6 +6,7 @@