From 10fb36a8885df2a8fb862b7dd2ef4d2da9b54ba5 Mon Sep 17 00:00:00 2001 From: apurvabangali <107414864+apurvabangali@users.noreply.github.com> Date: Tue, 30 Apr 2024 17:11:10 +0530 Subject: [PATCH] fix: edit pop-up on homepage --- assets/css/theme.css | 13 +++++++++++++ .../templates/hook/customer_login_after.tpl | 17 +++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 modules/thobbodymeasurements/views/templates/hook/customer_login_after.tpl diff --git a/assets/css/theme.css b/assets/css/theme.css index 31cf6ca..4075cc9 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1463,6 +1463,11 @@ select { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } +.bg-gray-700 { + --tw-bg-opacity: 1; + background-color: rgb(55 65 81 / var(--tw-bg-opacity)); +} + .stroke-black { stroke: #000; } @@ -1622,6 +1627,14 @@ select { padding-top: 1.5rem; } +.pl-8 { + padding-left: 2rem; +} + +.pl-9 { + padding-left: 2.25rem; +} + .text-left { text-align: left; } diff --git a/modules/thobbodymeasurements/views/templates/hook/customer_login_after.tpl b/modules/thobbodymeasurements/views/templates/hook/customer_login_after.tpl new file mode 100644 index 0000000..4a97994 --- /dev/null +++ b/modules/thobbodymeasurements/views/templates/hook/customer_login_after.tpl @@ -0,0 +1,17 @@ + \ No newline at end of file