From 8b5af24a43113bb6ca1a7415fec3b08070f20ea2 Mon Sep 17 00:00:00 2001 From: Burak Civan Date: Wed, 2 Nov 2022 12:15:00 +0300 Subject: [PATCH] css compiled --- public/css/app.css | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/public/css/app.css b/public/css/app.css index a38e88548..21322cfec 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -51130,10 +51130,6 @@ body{ right: 6rem; } - .lg\:top-2{ - top: 0.5rem; - } - .lg\:bottom-2\.5{ bottom: 0.625rem; } @@ -51142,6 +51138,10 @@ body{ bottom: 0.5rem; } + .lg\:top-2{ + top: 0.5rem; + } + .lg\:col-span-5{ grid-column: span 5 / span 5; } @@ -51223,6 +51223,10 @@ body{ height: 12rem; } + .lg\:h-28{ + height: 7rem; + } + .lg\:h-60{ height: 15rem; } @@ -51235,10 +51239,6 @@ body{ height: 3rem; } - .lg\:h-28{ - height: 7rem; - } - .lg\:w-9{ width: 2.25rem; } @@ -51548,11 +51548,11 @@ body{ line-height: 1.75rem; } - [dir="ltr"] .lg\:ltr\:right-0{ + [dir="ltr"] .ltr\:lg\:right-0{ right: 0px; } - [dir="ltr"] .ltr\:lg\:right-0{ + [dir="ltr"] .lg\:ltr\:right-0{ right: 0px; } @@ -51572,11 +51572,11 @@ body{ padding-left: 6rem; } - [dir="rtl"] .lg\:rtl\:left-0{ + [dir="rtl"] .rtl\:lg\:left-0{ left: 0px; } - [dir="rtl"] .rtl\:lg\:left-0{ + [dir="rtl"] .lg\:rtl\:left-0{ left: 0px; }