commit
243baf4c56
12822
public/css/app.css
vendored
12822
public/css/app.css
vendored
File diff suppressed because it is too large
Load Diff
4
public/css/print.css
vendored
4
public/css/print.css
vendored
@ -712,6 +712,10 @@ html[dir='ltr'] .print-heading {
|
||||
html[dir='rtl'] .print-heading {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.custom-product-hunt {
|
||||
display: none;
|
||||
}
|
||||
/*--Print --*/
|
||||
|
||||
@media (max-width: 1600px) {
|
||||
|
@ -59,7 +59,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<div class="relative sm:col-span-6 mt-3">
|
||||
<div class="relative sm:col-span-6 pt-3">
|
||||
<div style="table-layout: fixed;">
|
||||
<div class="overflow-x-visible overflow-y-hidden">
|
||||
<table class="w-full" id="items" style="table-layout: fixed">
|
||||
|
@ -37,7 +37,7 @@
|
||||
<x-form.group.password
|
||||
name="password"
|
||||
label="{{ trans('auth.password.pass') }}"
|
||||
placeholder="********"
|
||||
placeholder="﹡﹡﹡﹡﹡﹡"
|
||||
form-group-class="sm:col-span-6"
|
||||
input-group-class="input-group-alternative"
|
||||
/>
|
||||
|
@ -31,7 +31,7 @@
|
||||
<x-form.group.password
|
||||
name="password"
|
||||
label="{{ trans('auth.password.pass') }}"
|
||||
placeholder="********"
|
||||
placeholder="﹡﹡﹡﹡﹡﹡"
|
||||
form-group-class="sm:col-span-6"
|
||||
input-group-class="input-group-alternative"
|
||||
/>
|
||||
@ -39,7 +39,7 @@
|
||||
<x-form.group.password
|
||||
name="password_confirmation"
|
||||
label="{{ trans('auth.password.pass_confirm') }}"
|
||||
placeholder="********"
|
||||
placeholder="﹡﹡﹡﹡﹡﹡"
|
||||
form-group-class="sm:col-span-6"
|
||||
input-group-class="input-group-alternative"
|
||||
/>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flex flex-col py-2 justify-between align-bottom">
|
||||
<div class="flex items-baseline justify-between">
|
||||
<h4 class="w-36 truncate">
|
||||
<h4 class="w-32 truncate">
|
||||
<a href="{{ route('apps.app.show', $module->slug) }}">
|
||||
{{ $module->name }}
|
||||
</a>
|
||||
|
@ -11,7 +11,7 @@
|
||||
|
||||
<div class="flex flex-col py-2 justify-between align-bottom">
|
||||
<div class="flex items-baseline justify-between">
|
||||
<h4 class="w-36 truncate">
|
||||
<h4 class="w-32 truncate">
|
||||
<a href="{{ route('apps.app.show', $module->slug) }}">
|
||||
{!! $module->name !!}
|
||||
</a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user