From 62359d35c33d3fc3f71a07003c7bc8b4c3c3a540 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 12 Oct 2022 13:18:00 +0300 Subject: [PATCH] added style variant --- public/css/app.css | 12 ++++++++++++ safelist.txt | 4 +++- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/public/css/app.css b/public/css/app.css index 539c79bd5..5ba44689c 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -51717,6 +51717,10 @@ body{ width: 50%; } + .md\:grid-cols-2{ + grid-template-columns: repeat(2, minmax(0, 1fr)); + } + .md\:flex-row{ -webkit-box-orient: horizontal; -webkit-box-direction: normal; @@ -52220,6 +52224,10 @@ body{ margin-top: 2.25rem; } + .xl\:ml-18{ + margin-left: 4.5rem; + } + .xl\:hidden{ display: none; } @@ -52236,6 +52244,10 @@ body{ width: 1.5rem; } + .xl\:w-8\/12{ + width: 66.666667%; + } + .xl\:grid-cols-4{ grid-template-columns: repeat(4, minmax(0, 1fr)); } diff --git a/safelist.txt b/safelist.txt index 135efca91..fe0964074 100644 --- a/safelist.txt +++ b/safelist.txt @@ -35,7 +35,9 @@ lg:max-w-lg lg:h-full lg:w-18 lg:overflow-x-hidden -xl:grid-cols-4 +xl:grid-cols-4 +md:grid-cols-2 +xl:w-8/12 ltr:-right-10 rtl:-left-10 ltr:rounded-tl-md