commit
1e1bc29b16
12
public/css/app.css
vendored
12
public/css/app.css
vendored
@ -54047,6 +54047,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
/* template table border radius control */
|
||||
|
||||
/* responsive for role mobile */
|
||||
.scroll-div-mobile {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 991px) {
|
||||
.scroll-div-mobile {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* responsive for role mobile */
|
||||
|
||||
[dir="ltr"] .ltr\:-right-57 {
|
||||
right: -14.5rem;
|
||||
}
|
||||
|
12
resources/assets/sass/app.css
vendored
12
resources/assets/sass/app.css
vendored
@ -560,6 +560,18 @@ html[dir="rtl"] .lines-radius-border thead td:last-child {
|
||||
}
|
||||
/* template table border radius control */
|
||||
|
||||
/* responsive for role mobile */
|
||||
.scroll-div-mobile {
|
||||
width: 700px;
|
||||
}
|
||||
|
||||
@media only screen and (min-width: 991px) {
|
||||
.scroll-div-mobile {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
/* responsive for role mobile */
|
||||
|
||||
[dir="ltr"] .ltr\:-right-57 {
|
||||
right: -14.5rem;
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
<div class="flex flex-col lg:flex-row sm:mt-12">
|
||||
<div {{ ((! $attributes->has('override')) || ($attributes->has('override') && ! in_array('class', explode(',', $attributes->get('override'))))) ? $attributes->merge(['class' => 'flex flex-col lg:flex-row sm:mt-12']) : $attributes }}>
|
||||
{!! $slot !!}
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user