updated psystage images (#22649)
Updated psy-stage images --------- Co-authored-by: Eric <eashaw@sailsjs.com>
This commit is contained in:
BIN
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 280 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 272 KiB |
Vendored
+1
-1
@@ -160,7 +160,7 @@ html, body {
|
||||
background-image: url('/images/cta-thumbnail-psystage-4-has-use-case-128x128@2x.png');
|
||||
}
|
||||
&.stage-five {
|
||||
background-image: url('/images/cta-thumbnail-psystage-5-100x100@2x.png');
|
||||
background-image: url('/images/cta-thumbnail-psystage-5-feeling-confident-128x128@2x.png');
|
||||
}
|
||||
&.stage-six {
|
||||
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');
|
||||
|
||||
+1
-1
@@ -82,7 +82,7 @@
|
||||
background-image: url('/images/psystage-4-has-use-case-508x784@2x.png');
|
||||
}
|
||||
&.stage-five {
|
||||
background-image: url('/images/cropped-fleet-cloud-city-504x784@2x.png');
|
||||
background-image: url('/images/psystage-5-feeling-confident-504x784@2x.png');
|
||||
}
|
||||
&.stage-six {
|
||||
background-image: url('/images/psystage-6-has-team-buy-in-504x784@2x.png');
|
||||
|
||||
Vendored
+1
-1
@@ -753,7 +753,7 @@
|
||||
</ajax-form>
|
||||
</div>
|
||||
</div>
|
||||
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet', 'what-did-you-think'].includes(currentStep) ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
|
||||
<div purpose="form-image" :class="currentStep === 'start' ? 'stage-one' : ['thanks-for-checking-out-fleet'].includes(currentStep) ? 'cloud-city' : ['2 - Aware'].includes(psychologicalStage) ? 'stage-two' : ['3 - Intrigued'].includes(psychologicalStage) ? 'stage-three' : ['4 - Has use case'].includes(psychologicalStage) ? 'stage-four' : ['5 - Personally confident'].includes(psychologicalStage) ? 'stage-five' : ['6 - Has team buy-in'].includes(psychologicalStage) ? 'stage-six' : 'd-none w-0'">
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user