Merge branch 'master' of https://github.com/brkcvn/akaunting
This commit is contained in:
commit
bd91d84587
4
presets.js
vendored
4
presets.js
vendored
@ -267,6 +267,10 @@ module.exports = {
|
||||
|
||||
backgroundPosition: {
|
||||
'0-full': ' 0 100%'
|
||||
},
|
||||
|
||||
minHeight: {
|
||||
'500': '500px',
|
||||
}
|
||||
},
|
||||
|
||||
|
3
public/css/app.css
vendored
3
public/css/app.css
vendored
@ -7281,6 +7281,9 @@ button, input, optgroup, select, textarea{
|
||||
.min-h-0{
|
||||
min-height: 0px;
|
||||
}
|
||||
.min-h-500{
|
||||
min-height: 500px;
|
||||
}
|
||||
.min-h-full{
|
||||
min-height: 100%;
|
||||
}
|
||||
|
@ -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 !!}
|
||||
</div>
|
||||
|
@ -15,11 +15,13 @@ lg:relative
|
||||
lg:right-0
|
||||
lg:justify-around
|
||||
lg:space-x-16
|
||||
lg:pr-12
|
||||
lg:inline-flex
|
||||
lg:space-y-0
|
||||
sm:ltr:right-4
|
||||
sm:rtl:left-4
|
||||
sm:w-500
|
||||
sm:min-h-500
|
||||
ltr:-right-1.5
|
||||
rtl:-left-1.5
|
||||
rtl:-scale-x-100
|
Loading…
x
Reference in New Issue
Block a user