[SG-39363] Extract bootstrap style import` @import 'bootstrap/scss/card'` in `client/vscode`
Created by: gitstart-sourcegraph
Description
Removes bootsrap card
stylesheet import and converted to wildcard component
Ref
Gitstart Issue Sourcegraph Issue
Success criteria
- All use cases of
card-*
are migrated to use wildcard'sCard
component.
Implementation details
- Remove bootstrap import @import 'card/scss/card' in
forkedBranded.scss
. - Covert use cases of
card-*
className toCard
wildcard component. - If step 2. above is not doable, let's copy style rule from bootstrap to be used internally.
Test Plan
- Run the vscode app on this branch
- See all use cases of bootstrap's
card-*
className on the codebase (seam to be only inHomeFooter.tsx
) - Confirm there are no UI diffs.
App preview:
Check out the client app preview documentation to learn more.