diff --git a/assets/css/custom.css b/assets/css/custom.css new file mode 100644 index 0000000..a5fa843 --- /dev/null +++ b/assets/css/custom.css @@ -0,0 +1,3 @@ +body{ + background-color:white; +} \ No newline at end of file diff --git a/assets/css/theme.css b/assets/css/theme.css index 7ae4fa7..ac942dd 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -1,5 +1,5 @@ /* -! tailwindcss v3.3.5 | MIT License | https://tailwindcss.com +! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */ /* @@ -32,9 +32,11 @@ 4. Use the user's configured `sans` font-family by default. 5. Use the user's configured `sans` font-feature-settings by default. 6. Use the user's configured `sans` font-variation-settings by default. +7. Disable tap highlights on iOS */ -html { +html, +:host { line-height: 1.5; /* 1 */ -webkit-text-size-adjust: 100%; @@ -50,6 +52,8 @@ html { /* 5 */ font-variation-settings: normal; /* 6 */ + -webkit-tap-highlight-color: transparent; + /* 7 */ } /* @@ -121,8 +125,10 @@ strong { } /* -1. Use the user's configured `mono` font family by default. -2. Correct the odd `em` font sizing in all browsers. +1. Use the user's configured `mono` font-family by default. +2. Use the user's configured `mono` font-feature-settings by default. +3. Use the user's configured `mono` font-variation-settings by default. +4. Correct the odd `em` font sizing in all browsers. */ code, @@ -131,8 +137,12 @@ samp, pre { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */ - font-size: 1em; + font-feature-settings: normal; /* 2 */ + font-variation-settings: normal; + /* 3 */ + font-size: 1em; + /* 4 */ } /* @@ -201,6 +211,8 @@ textarea { /* 1 */ line-height: inherit; /* 1 */ + letter-spacing: inherit; + /* 1 */ color: inherit; /* 1 */ margin: 0; @@ -224,9 +236,9 @@ select { */ button, -[type='button'], -[type='reset'], -[type='submit'] { +input:where([type='button']), +input:where([type='reset']), +input:where([type='submit']) { -webkit-appearance: button; /* 1 */ background-color: transparent; @@ -653,6 +665,10 @@ select { --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; } ::backdrop { @@ -703,6 +719,10 @@ select { --tw-backdrop-opacity: ; --tw-backdrop-saturate: ; --tw-backdrop-sepia: ; + --tw-contain-size: ; + --tw-contain-layout: ; + --tw-contain-paint: ; + --tw-contain-style: ; } .container { @@ -944,6 +964,11 @@ select { margin-bottom: 2rem; } +.my-12 { + margin-top: 3rem; + margin-bottom: 3rem; +} + .mb-1 { margin-bottom: 0.25rem; } @@ -1124,8 +1149,12 @@ select { height: 20px; } -.h-\[30px\] { - height: 30px; +.h-\[30vh\] { + height: 30vh; +} + +.h-\[40vh\] { + height: 40vh; } .h-\[50px\] { @@ -1144,14 +1173,6 @@ select { height: 100%; } -.h-\[30vh\] { - height: 30vh; -} - -.h-\[40vh\] { - height: 40vh; -} - .max-h-\[40px\] { max-height: 40px; } @@ -1444,10 +1465,6 @@ select { white-space: nowrap; } -.rounded-full { - border-radius: 9999px; -} - .rounded-lg { border-radius: 0.5rem; } @@ -1533,6 +1550,11 @@ select { border-color: rgb(255 255 255 / var(--tw-border-opacity)); } +.bg-\[\#E6DFD4\] { + --tw-bg-opacity: 1; + background-color: rgb(230 223 212 / var(--tw-bg-opacity)); +} + .bg-black\/70 { background-color: rgb(0 0 0 / 0.7); } @@ -1572,11 +1594,6 @@ select { background-color: rgb(255 255 255 / var(--tw-bg-opacity)); } -.bg-\[\#E6DFD4\] { - --tw-bg-opacity: 1; - background-color: rgb(230 223 212 / var(--tw-bg-opacity)); -} - .stroke-black { stroke: #000; } @@ -1928,6 +1945,11 @@ select { color: rgb(75 85 99 / var(--tw-text-opacity)); } +.text-gray-800 { + --tw-text-opacity: 1; + color: rgb(31 41 55 / var(--tw-text-opacity)); +} + .text-gray-900 { --tw-text-opacity: 1; color: rgb(17 24 39 / var(--tw-text-opacity)); @@ -1963,11 +1985,6 @@ select { color: rgb(255 255 255 / var(--tw-text-opacity)); } -.text-gray-800 { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); -} - .underline { text-decoration-line: underline; } @@ -2262,13 +2279,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { display: none; } -@media (prefers-color-scheme: dark) { - .dark\:text-gray-800 { - --tw-text-opacity: 1; - color: rgb(31 41 55 / var(--tw-text-opacity)); - } -} - @media not all and (min-width: 1024px) { .max-lg\:flex-col { flex-direction: column; @@ -2325,6 +2335,11 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } @media (min-width: 640px) { + .sm\:my-20 { + margin-top: 5rem; + margin-bottom: 5rem; + } + .sm\:flex { display: flex; } @@ -2345,6 +2360,11 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { margin-bottom: 6rem; } + .md\:my-20 { + margin-top: 5rem; + margin-bottom: 5rem; + } + .md\:mt-0 { margin-top: 0px; } @@ -2377,10 +2397,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { display: none; } - .md\:h-\[200px\] { - height: 200px; - } - .md\:h-\[300px\] { height: 300px; } @@ -2683,10 +2699,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { display: none; } - .lg\:h-\[300px\] { - height: 300px; - } - .lg\:h-\[400px\] { height: 400px; } @@ -2884,10 +2896,6 @@ input[type="radio"]:focus,input[type="checkbox"]:focus { } @media (min-width: 1280px) { - .xl\:h-\[460px\] { - height: 460px; - } - .xl\:w-1\/4 { width: 25%; } diff --git a/modules/ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl b/modules/ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl index 9826ac3..73c177d 100644 --- a/modules/ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl +++ b/modules/ps_featuredproducts/views/templates/hook/ps_featuredproducts.tpl @@ -23,7 +23,7 @@ * International Registered Trademark & Property of PrestaShop SA *} -