Skip to content

Commit

Permalink
remove the hover effect from the images
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm committed Jun 21, 2024
1 parent bea0f84 commit e2c279d
Showing 1 changed file with 8 additions and 25 deletions.
33 changes: 8 additions & 25 deletions docs/content/introduction/governance-process.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ What should you do if you run into a problem or some limitations while using Mar
If the product team writes a [Jira Support Ticket (internal only)](https://reservix.atlassian.net/servicedesk/customer/portal/77), this triggers phase 2.

</div>
<div className="overflow-hidden">
<Image width={700} height={900} className="hover:scale-125 transition ease-in-out " src="/governance-phase1.png" />
</div>
<Image width={700} height={900} src="/governance-phase1.png" />
</Columns>

## Phase 2: Design system team evaluates the request
Expand All @@ -59,10 +57,7 @@ This phase is only relevant if you have written a [Jira Support Ticket (internal
- **No:** If there isn't clear evidence, the request is declined, and alternative solutions are offered.

</div>
<div className="overflow-hidden">
<Image width={700} height={900} className="hover:scale-125 transition ease-in-out " src="/governance-phase2-1.png" />
</div>

<Image width={700} height={900} src="/governance-phase2-1.png" />
</Columns>
<Columns columns={[5, 5]} space={4}>
<div>
Expand All @@ -72,9 +67,7 @@ This phase is only relevant if you have written a [Jira Support Ticket (internal

- **No:** If it won't feel familiar the request is declined and alternative solutions are offered.
</div>
<div className="overflow-hidden">
<Image width={700} height={900} className="hover:scale-125 transition ease-in-out " src="/governance-phase2-2.png" />
</div>
<Image width={700} height={900} src="/governance-phase2-2.png" />
</Columns>
<Columns columns={[5, 5]} space={4}>
<div>
Expand All @@ -84,10 +77,8 @@ This phase is only relevant if you have written a [Jira Support Ticket (internal

- **No:** If it isn't likely to be reusable, the request is declined, and alternative solutions are offered.
</div>
<div className="overflow-hidden">
<Image width={700} height={900} className="hover:scale-125 transition ease-in-out " src="/governance-phase2-3.png" />
</div>
</Columns>
<Image width={700} height={900} src="/governance-phase2-3.png" />
</Columns>
<Columns columns={[5, 5]} space={4}>
<div>
**Step 4:** The next step is to determine the estimated timeline, including the roadmap and estimated effort.
Expand All @@ -98,9 +89,7 @@ This phase is only relevant if you have written a [Jira Support Ticket (internal

- **No:** If the estimated timeline does not work, the process goes to "Phase 3b".
</div>
<div className="overflow-hidden">
<Image width={700} height={900} className="hover:scale-125 transition ease-in-out " src="/governance-phase2-4.png" />
</div>
<Image width={700} height={900} src="/governance-phase2-4.png" />
</Columns>

</Stack>
Expand Down Expand Up @@ -140,15 +129,12 @@ This phase can only be achieved if the estimated time for the request is accepta
**Step 8:** We communicate the change or addition.

</div>
<div className="overflow-hidden">
<Image
width={700}
height={900}
className="transition ease-in-out hover:scale-125 "
src="/governance-phase3a.png"
/>
</div>
</Columns>
</Columns>

## Phase 3b: Product team’s response if request can’t or won’t be fulfilled

Expand Down Expand Up @@ -177,15 +163,12 @@ What if you cannot wait for us to deliver a request? Well, than you have to foll
- **No:** If there is still no alternative available in the design system the product team continue to maintain their custom solution.

</div>
<div className="overflow-hidden">
<Image
width={700}
height={900}
className="transition ease-in-out hover:scale-125 "
src="/governance-phase3b.png"
/>
</div>


</Columns>

<Message messageTitle="End of process">
Expand Down

0 comments on commit e2c279d

Please sign in to comment.