From 73945604ab89c1c65012e535122c3d6c92413d7b Mon Sep 17 00:00:00 2001 From: abhisheks Date: Mon, 11 Dec 2023 19:28:10 +0530 Subject: [PATCH] chore:push assets --- assets/css/theme.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/assets/css/theme.css b/assets/css/theme.css index 968c52c..9f70b49 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1130,6 +1130,10 @@ select { max-width: 180px; } +.max-w-\[100px\] { + max-width: 100px; +} + .flex-1 { flex: 1 1 0%; } @@ -1548,6 +1552,14 @@ select { padding-left: 1.5rem; } +.pt-2 { + padding-top: 0.5rem; +} + +.pt-3 { + padding-top: 0.75rem; +} + .text-left { text-align: left; } @@ -1903,6 +1915,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { max-width: 70%; } + .max-md\:max-w-\[100px\] { + max-width: 100px; + } + .max-md\:flex-col { flex-direction: column; } @@ -1911,6 +1927,14 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { align-items: flex-end; } + .max-md\:items-center { + align-items: center; + } + + .max-md\:justify-center { + justify-content: center; + } + .max-md\:px-2 { padding-left: 0.5rem; padding-right: 0.5rem; @@ -2014,6 +2038,10 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { gap: 0px; } + .md\:gap-4 { + gap: 1rem; + } + .md\:object-cover { -o-object-fit: cover; object-fit: cover;