File tree Expand file tree Collapse file tree 6 files changed +26
-4
lines changed
packages/Webkul/Admin/src/Resources
form/control-group/controls/inline Expand file tree Collapse file tree 6 files changed +26
-4
lines changed Original file line number Diff line number Diff line change 615
615
border-right : 4px solid # f3f4f6 ;
616
616
border-top : 4px solid # f3f4f6 ;
617
617
}
618
+
619
+ .dark .stage ::after {
620
+ content : '' ;
621
+ position : absolute;
622
+ top : 50% ;
623
+ right : -10px ;
624
+ width : 24px ;
625
+ height : 24px ;
626
+ z-index : 1 ;
627
+ border-radius : 0 0 0 25px ;
628
+ transform : translateY (-50% ) rotate (45deg );
629
+ border-right : 4px solid # 030712 ;
630
+ border-top : 4px solid # 030712 ;
618
631
}
632
+ }
619
633
620
634
.tox .tox-toolbar__group : last-child button {
621
635
padding : 6px 8px ;
Original file line number Diff line number Diff line change 1709
1709
'destroy-success ' => 'Quote deleted successfully. ' ,
1710
1710
'empty-title ' => 'No Quotes Found ' ,
1711
1711
'empty-info ' => 'No Quotes Found for this Lead ' ,
1712
+ 'add-btn ' => 'Add Quote ' ,
1712
1713
],
1713
1714
1714
1715
'products ' => [
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ class="!h-[34px] !py-0"
79
79
< / x- admin:: form .control - group .control >
80
80
81
81
<!-- Action Buttons -->
82
- < div class = " absolute right-2 top-1/2 flex -translate-y-1/2 transform items-center gap-[1px] bg-white " >
82
+ < div class = " absolute right-2 top-1/2 flex -translate-y-1/2 transform items-center gap-[1px]" >
83
83
< i class = " icon-down-arrow text-2xl" / >
84
84
85
85
< button
Original file line number Diff line number Diff line change 1
- <div class =" grid gap-4 rounded-lg border border-gray-200 bg-white p-4" >
1
+ <div class =" grid gap-4 rounded-lg border border-gray-200 bg-white p-4 dark:border-gray-800 dark:bg-gray-900 " >
2
2
<div class =" flex items-center justify-between" >
3
3
<div class =" shimmer h-[17px] w-28" ></div >
4
4
</div >
5
5
6
6
<div class =" flex w-full max-w-full flex-col gap-4" >
7
7
<div class =" flex w-full flex-col" >
8
8
@for ($i = 0 ; $i < 4 ; $i ++ )
9
- <div class =" flex w-full flex-col gap-1 border-b border-gray-200 pb-[9px] pt-2.5 last:border-none" >
9
+ <div class =" flex w-full flex-col gap-1 border-b border-gray-200 pb-[9px] pt-2.5 last:border-none dark:border-gray-800 " >
10
10
<div class =" shimmer h-[18px] w-[76px] rounded-sm" ></div >
11
11
<div class =" shimmer h-[18px] w-[76px] rounded-sm" ></div >
12
12
</div >
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ class="w-full max-w-full items-end px-12"
36
36
37
37
< ul class = " absolute flex w-full flex-col" >
38
38
< li
39
- class = " flex w-full flex-col border-b border-gray-200 pb-[9px] pt-2.5 last:border-none"
39
+ class = " flex w-full flex-col border-b border-gray-200 pb-[9px] pt-2.5 last:border-none dark:border-gray-800 "
40
40
v- for = " (stat, index) in report.statistics"
41
41
>
42
42
< span class = " text-sm font-semibold dark:text-gray-300" >
Original file line number Diff line number Diff line change @@ -127,6 +127,13 @@ class="dark:mix-blend-exclusion dark:invert"
127
127
@lang (' admin::app.leads.view.quotes.empty-info' )
128
128
< / p>
129
129
< / div>
130
+
131
+ < a
132
+ class = " secondary-button"
133
+ href= " {{ route (' admin.quotes.create' , $lead -> id ) } }"
134
+ >
135
+ @lang (' admin::app.leads.view.quotes.add-btn' )
136
+ < / a>
130
137
< / div>
131
138
< / div>
132
139
< / div>
You can’t perform that action at this time.
0 commit comments