Skip to content

Commit 0006a71

Browse files
committed
Also migrate setup wizard resources
1 parent 54d0522 commit 0006a71

File tree

7 files changed

+13
-7
lines changed

7 files changed

+13
-7
lines changed

src/main/scss/pluginSetupWizard.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@
441441
left: 1px;
442442
width: 14px;
443443
height: 14px;
444-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 224v184a40 40 0 01-40 40H104a40 40 0 01-40-40V168a40 40 0 0140-40h167.48M336 64h112v112M224 288L440 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
444+
mask-image: url("../images/svgs/setupWizard/external-link.svg");
445445
mask-size: contain;
446446
mask-position: center;
447447
background: $badge-color;
@@ -478,7 +478,7 @@
478478
margin: -2px -2px 0 1px;
479479
background: $badge-color;
480480
vertical-align: middle;
481-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='48' d='M184 112l144 144-144 144'/%3E%3C/svg%3E");
481+
mask-image: url("../images/svgs/setupWizard/chevron-right.svg");
482482
mask-size: contain;
483483
mask-position: center;
484484
}
@@ -527,7 +527,7 @@
527527
width: 12px;
528528
height: 12px;
529529
background: currentColor;
530-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M384 224v184a40 40 0 01-40 40H104a40 40 0 01-40-40V168a40 40 0 0140-40h167.48M336 64h112v112M224 288L440 72' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
530+
mask-image: url("../images/svgs/setupWizard/external-link.svg");
531531
mask-size: contain;
532532
mask-position: center;
533533
}
@@ -730,7 +730,7 @@
730730
height: 16px;
731731
position: absolute;
732732
left: 5px;
733-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Ccircle cx='256' cy='256' r='192' fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'/%3E%3C/svg%3E");
733+
mask-image: url("../images/svgs/setupWizard/circle.svg");
734734
mask-size: contain;
735735
mask-position: center;
736736
background: rgb(0 0 0 / 0.1);
@@ -739,7 +739,7 @@
739739
&.installing {
740740
&::before {
741741
background: rgb(0 60 100 / 0.33);
742-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath d='M400 148l-21.12-24.57A191.43 191.43 0 00240 64C134 64 48 150 48 256s86 192 192 192a192.09 192.09 0 00181.07-128' fill='none' stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='32'/%3E%3Cpath d='M464 97.42V208a16 16 0 01-16 16H337.42c-14.26 0-21.4-17.23-11.32-27.31L436.69 86.1C446.77 76 464 83.16 464 97.42z'/%3E%3C/svg%3E");
742+
mask-image: url("../images/svgs/setupWizard/progress.svg");
743743
mask-size: contain;
744744
mask-position: center;
745745

@@ -752,7 +752,7 @@
752752

753753
&::before {
754754
background: #3c763d;
755-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M416 128L192 384l-96-96'/%3E%3C/svg%3E");
755+
mask-image: url("../images/svgs/setupWizard/check.svg");
756756
mask-size: contain;
757757
mask-position: center;
758758

@@ -765,7 +765,7 @@
765765

766766
&::before {
767767
background: #a94442;
768-
mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='32' d='M368 368L144 144M368 144L144 368'/%3E%3C/svg%3E");
768+
mask-image: url("../images/svgs/setupWizard/close.svg");
769769
mask-size: contain;
770770
mask-position: center;
771771

Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading
Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)