From b291d05a6c5540a14d2b9f54d829b3d473854338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=BCneyt=20=C5=9Eent=C3=BCrk?= Date: Tue, 23 May 2023 10:35:34 +0300 Subject: [PATCH] styling.. --- public/css/app.css | 24 ++++++++++++++++++++++++ safelist.txt | 9 +++++++++ 2 files changed, 33 insertions(+) diff --git a/public/css/app.css b/public/css/app.css index f01c7304bb0..8d3c2dfe795 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -64856,6 +64856,14 @@ body{ @media (min-width: 640px){ + .sm\:absolute{ + position: absolute; + } + + .sm\:relative{ + position: relative; + } + .sm\:inset-y-1\/2{ top: 50%; bottom: 50%; @@ -64971,10 +64979,18 @@ body{ width: 16.666667%; } + .sm\:w-2\/5{ + width: 40%; + } + .sm\:w-3\/12{ width: 25%; } + .sm\:w-3\/5{ + width: 60%; + } + .sm\:w-37{ width: 9.25rem; } @@ -65007,6 +65023,10 @@ body{ width: auto; } + .sm\:w-full{ + width: 100%; + } + .sm\:max-w-4xl{ max-width: 56rem; } @@ -65393,6 +65413,10 @@ body{ width: 50%; } + .lg\:w-2\/5{ + width: 40%; + } + .lg\:w-3\/12{ width: 25%; } diff --git a/safelist.txt b/safelist.txt index bd0f331af29..19b41a7a205 100644 --- a/safelist.txt +++ b/safelist.txt @@ -14,6 +14,8 @@ hover:text-pastel_green-600 sm:ltr:right-4 sm:rtl:left-4 sm:w-500 +sm:w-2/5 +sm:w-3/5 sm:min-h-500 sm:max-w-4xl sm:space-x-4 @@ -28,6 +30,9 @@ sm:py-10 sm:ltr:pl-10 sm:rtl:pr-10 sm:mt-6 +sm:w-full +sm:relative +sm:absolute md:grid-cols-2 lg:mt-2 lg:mt-4 @@ -36,6 +41,8 @@ lg:my-12 lg:mt-4 lg:pl-6 lg:w-9 +lg:w-2/5 +lg:w-3/5 lg:mt-11 lg:-mx-12 lg:w-96 @@ -67,6 +74,8 @@ lg:h-full lg:w-18 lg:-mt-10 lg:overflow-x-hidden +lg:relative +lg:absolute xl:grid-cols-4 xl:w-8/12 xl:pt-6