Skip to content

Commit 9602cf4

Browse files
committed
Fixed Issue krayin#1738
1 parent 6ef53c7 commit 9602cf4

File tree

95 files changed

+364
-356
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+364
-356
lines changed

packages/Webkul/Admin/src/Resources/assets/css/app.css

+23-11
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
font-style: normal;
1212
font-display: block;
1313
}
14-
14+
1515
[class^="icon-"], [class*=" icon-"] {
1616
/* use !important to prevent issues with browser extensions that change fonts */
1717
font-family: 'icomoon' !important;
@@ -21,24 +21,24 @@
2121
font-variant: normal;
2222
text-transform: none;
2323
line-height: 1;
24-
24+
2525
/* Better Font Rendering =========== */
2626
-webkit-font-smoothing: antialiased;
2727
-moz-osx-font-smoothing: grayscale;
2828
}
29-
29+
3030
@layer components {
3131
.icon-bookmark:before {
3232
content: "\e92c";
3333
}
34-
34+
3535
.icon-bookmark-active:before {
3636
content: "\e92d";
3737
}
3838

3939
.icon-stats-down:before {
4040
content: "\e94d";
41-
}
41+
}
4242

4343
.icon-error:before {
4444
content: "\e951";
@@ -378,7 +378,7 @@
378378

379379
.label-inactive {
380380
@apply max-w-max rounded-md bg-red-200 px-3 py-1.5 text-xs font-medium text-red-800;
381-
}
381+
}
382382

383383
[dir="ltr"] .sidebar-rounded::after {
384384
@apply content-[''] w-[30px] h-[30px] top-0 right-[-30px] absolute bg-no-repeat pointer-events-none bg-[url("../images/corner-clip.svg")] transition-all;
@@ -442,10 +442,22 @@
442442
border-top: 4px solid #f3f4f6;
443443
}
444444

445-
[dir="rtl"] .stage::after {
445+
[dir="rtl"] .stage::after {
446446
display: none;
447-
}
448-
447+
}
448+
449+
.dark\:bg-gray-400:is(.dark *) {
450+
--tw-bg-opacity: 1 !important;
451+
background-color: #1f2937 !important;
452+
border: #111827 solid !important;
453+
color: #e5e7eb !important;
454+
}
455+
456+
.dark\:bg-gray-800:is(.dark *) {
457+
--tw-bg-opacity: 1;
458+
background-color: rgb(16 24 39);
459+
}
460+
449461
.shimmer {
450462
animation-duration: 2.2s;
451463
animation-fill-mode: forwards;
@@ -540,7 +552,7 @@
540552
html.dark [class*=" icon-"]{
541553
color: #d1d5db;
542554
}
543-
555+
544556
p {
545557
@apply text-[14px] !leading-[17px];
546558
}
@@ -581,7 +593,7 @@
581593
background-position-x: calc(100% - 10px);
582594
background-position-y: 50%;
583595
}
584-
596+
585597
.dark .custom-select{
586598
background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
587599
}

public/admin/build/assets/app-5af6f62c.js

-74
This file was deleted.

public/admin/build/assets/app-06ae2a33.css public/admin/build/assets/app-7974ef6e.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/app-7fd4010f.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/app-ae6a1872.js

+71
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/app-e8c28635.css

-1
This file was deleted.

public/admin/build/assets/ar.es-1c5432ef.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/ar.es-2968a13f.js

-5
This file was deleted.

public/admin/build/assets/bg.es-133f1d79.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/bg.es-182cdcb3.js

-5
This file was deleted.

public/admin/build/assets/bn.es-3f8773a4.js

-5
This file was deleted.

public/admin/build/assets/bn.es-d6f1145b.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/bs.es-424f8392.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/bs.es-47a220af.js

-5
This file was deleted.

public/admin/build/assets/ca.es-10691e62.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/ca.es-47a49a5a.js

-5
This file was deleted.

public/admin/build/assets/cs.es-29e50c14.js

-5
This file was deleted.

public/admin/build/assets/cs.es-d467a362.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/da.es-5c82d648.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/admin/build/assets/da.es-eecb0b06.js

-5
This file was deleted.

public/admin/build/assets/de.es-83841cfd.js

-5
This file was deleted.

public/admin/build/assets/de.es-fc3d5977.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)