From 9da70a698864dcad967dd484ee33c47dcbfa9235 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Tue, 11 Oct 2022 18:58:18 +0300 Subject: [PATCH] css compiled --- public/css/app.css | 68 ++++++++++++++++++++++++---------------------- safelist.txt | 1 + 2 files changed, 37 insertions(+), 32 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index e4e637181..539c79bd5 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -50257,22 +50257,6 @@ body{ margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse))); } -[dir="ltr"] .ltr\:rounded-tl-lg{ - border-top-left-radius: 0.5rem; -} - -[dir="ltr"] .ltr\:rounded-bl-lg{ - border-bottom-left-radius: 0.5rem; -} - -[dir="ltr"] .ltr\:rounded-tr-lg{ - border-top-right-radius: 0.5rem; -} - -[dir="ltr"] .ltr\:rounded-br-lg{ - border-bottom-right-radius: 0.5rem; -} - [dir="ltr"] .ltr\:rounded-tl-md{ border-top-left-radius: 0.375rem; } @@ -50289,6 +50273,22 @@ body{ border-bottom-right-radius: 0.375rem; } +[dir="ltr"] .ltr\:rounded-tl-lg{ + border-top-left-radius: 0.5rem; +} + +[dir="ltr"] .ltr\:rounded-bl-lg{ + border-bottom-left-radius: 0.5rem; +} + +[dir="ltr"] .ltr\:rounded-tr-lg{ + border-top-right-radius: 0.5rem; +} + +[dir="ltr"] .ltr\:rounded-br-lg{ + border-bottom-right-radius: 0.5rem; +} + [dir="ltr"] .ltr\:p-0{ padding: 0px; } @@ -51240,22 +51240,6 @@ body{ --tw-space-x-reverse: 1; } -[dir="rtl"] .rtl\:rounded-tr-lg{ - border-top-right-radius: 0.5rem; -} - -[dir="rtl"] .rtl\:rounded-br-lg{ - border-bottom-right-radius: 0.5rem; -} - -[dir="rtl"] .rtl\:rounded-tl-lg{ - border-top-left-radius: 0.5rem; -} - -[dir="rtl"] .rtl\:rounded-bl-lg{ - border-bottom-left-radius: 0.5rem; -} - [dir="rtl"] .rtl\:rounded-tr-md{ border-top-right-radius: 0.375rem; } @@ -51272,6 +51256,22 @@ body{ border-bottom-left-radius: 0.375rem; } +[dir="rtl"] .rtl\:rounded-tr-lg{ + border-top-right-radius: 0.5rem; +} + +[dir="rtl"] .rtl\:rounded-br-lg{ + border-bottom-right-radius: 0.5rem; +} + +[dir="rtl"] .rtl\:rounded-tl-lg{ + border-top-left-radius: 0.5rem; +} + +[dir="rtl"] .rtl\:rounded-bl-lg{ + border-bottom-left-radius: 0.5rem; +} + [dir="rtl"] .rtl\:p-0{ padding: 0px; } @@ -52236,6 +52236,10 @@ body{ width: 1.5rem; } + .xl\:grid-cols-4{ + grid-template-columns: repeat(4, minmax(0, 1fr)); + } + .xl\:justify-start{ -webkit-box-pack: start; -ms-flex-pack: start; diff --git a/safelist.txt b/safelist.txt index 6365cbf73..135efca91 100644 --- a/safelist.txt +++ b/safelist.txt @@ -35,6 +35,7 @@ lg:max-w-lg lg:h-full lg:w-18 lg:overflow-x-hidden +xl:grid-cols-4 ltr:-right-10 rtl:-left-10 ltr:rounded-tl-md