diff --git a/public/css/app.css b/public/css/app.css index 3e1ccf381..a38e88548 100644 --- a/public/css/app.css +++ b/public/css/app.css @@ -51134,6 +51134,14 @@ body{ top: 0.5rem; } + .lg\:bottom-2\.5{ + bottom: 0.625rem; + } + + .lg\:bottom-2{ + bottom: 0.5rem; + } + .lg\:col-span-5{ grid-column: span 5 / span 5; } @@ -51227,6 +51235,10 @@ body{ height: 3rem; } + .lg\:h-28{ + height: 7rem; + } + .lg\:w-9{ width: 2.25rem; } @@ -51540,6 +51552,10 @@ body{ right: 0px; } + [dir="ltr"] .ltr\:lg\:right-0{ + right: 0px; + } + [dir="ltr"] .lg\:ltr\:pr-12{ padding-right: 3rem; } @@ -51560,6 +51576,10 @@ body{ left: 0px; } + [dir="rtl"] .rtl\:lg\:left-0{ + left: 0px; + } + [dir="rtl"] .lg\:rtl\:pl-12{ padding-left: 3rem; } diff --git a/resources/views/components/layouts/modules/bar.blade.php b/resources/views/components/layouts/modules/bar.blade.php index 126afca6b..0a50a65a9 100644 --- a/resources/views/components/layouts/modules/bar.blade.php +++ b/resources/views/components/layouts/modules/bar.blade.php @@ -1,66 +1,66 @@ -
-
- +
+
+
+ -