This commit is contained in:
Burak Civan 2022-11-07 17:37:46 +03:00
commit bd91d84587
4 changed files with 10 additions and 1 deletions

4
presets.js vendored
View File

@ -267,6 +267,10 @@ module.exports = {
backgroundPosition: { backgroundPosition: {
'0-full': ' 0 100%' '0-full': ' 0 100%'
},
minHeight: {
'500': '500px',
} }
}, },

3
public/css/app.css vendored
View File

@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{
.min-h-0{ .min-h-0{
min-height: 0px; min-height: 0px;
} }
.min-h-500{
min-height: 500px;
}
.min-h-full{ .min-h-full{
min-height: 100%; min-height: 100%;
} }

View File

@ -1,3 +1,3 @@
<div class="lg:w-4/12 lg:border-r border-gray-300 pr-12 mb-4 sm:mb-0"> <div class="lg:w-4/12 lg:border-r border-gray-300 lg:pr-12 mb-4 sm:mb-0">
{!! $slot !!} {!! $slot !!}
</div> </div>

View File

@ -15,11 +15,13 @@ lg:relative
lg:right-0 lg:right-0
lg:justify-around lg:justify-around
lg:space-x-16 lg:space-x-16
lg:pr-12
lg:inline-flex lg:inline-flex
lg:space-y-0 lg:space-y-0
sm:ltr:right-4 sm:ltr:right-4
sm:rtl:left-4 sm:rtl:left-4
sm:w-500 sm:w-500
sm:min-h-500
ltr:-right-1.5 ltr:-right-1.5
rtl:-left-1.5 rtl:-left-1.5
rtl:-scale-x-100 rtl:-scale-x-100