From 8d32ebcf9541e624bd932137948039811c3d4713 Mon Sep 17 00:00:00 2001 From: realaravinth Date: Wed, 30 Jun 2021 23:08:53 +0530 Subject: [PATCH] sqlx update and verification button styling --- sqlx-data.json | 10 +++++----- templates/email/css/button.css | 15 +++++++++++++++ templates/email/verification/index.html | 1 + 3 files changed, 21 insertions(+), 5 deletions(-) create mode 100644 templates/email/css/button.css 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 @@ <.= PAGE .> | <.= crate::pages::NAME .>