remove add ws and css update

builtincomp
Aniket-Engg 2 years ago committed by Aniket
parent bbde3f9760
commit 66da213f27
  1. 5
      libs/remix-ui/home-tab/src/lib/components/homeTabGetStarted.tsx
  2. 2
      libs/remix-ui/home-tab/src/lib/components/workspaceTemplate.tsx
  3. 6
      libs/remix-ui/home-tab/src/lib/remix-ui-home-tab.css

@ -78,11 +78,6 @@ function HomeTabGetStarted ({plugin}: HomeTabGetStartedProps) {
workspaceTitle="0xProject ERC20"
description="Create an ERC20 token by importing 0xProject contract."
callback={() => createWorkspace("zeroxErc20")} />
<WorkspaceTemplate
gsID="solidityLogo"
workspaceTitle="Add a workspace"
description="Create and configure a workspace manually."
callback={() => createWorkspace("")} />
</Carousel>
</ThemeContext.Provider>
</div>

@ -17,7 +17,7 @@ function WorkspaceTemplate ({ gsID, workspaceTitle, description, callback }: Wor
onClick={() => callback()}
>
<div className="w-100 p-2 h-100 align-items-start d-flex flex-column">
<label className="h6 pb-2 text-uppercase text-dark remixui_home_cursorStyle">{workspaceTitle}</label>
<label className="h6 pb-1 text-uppercase text-dark remixui_home_cursorStyle">{workspaceTitle}</label>
<div className="remixui_home_gtDescription">{description}</div>
</div>
</button>

@ -68,18 +68,18 @@
.remixui_home_envLogoDescription {
white-space: pre-wrap;
font-size: small;
line-height: 0.8rem;
line-height: 0.9rem;
text-align: left;
}
.remixui_home_gtDescription {
white-space: pre-wrap;
font-size: small;
line-height: 0.8rem;
line-height: 1.1rem;
text-align: left;
}
.remixui_home_cursorStyle {
cursor: pointer;
font-size: 0.7rem;
font-size: 0.8rem;
}
.remixui_home_envButton {
width: 220px;

Loading…
Cancel
Save