Skip to content

Commit

Permalink
Merge pull request #215 from atlassian/ARC-2692-set-up-guide-no-plugi…
Browse files Browse the repository at this point in the history
…n-data

Arc 2692 set up guide no plugin data
  • Loading branch information
rachellerathbone authored Dec 7, 2023
2 parents b2936b7 + 87bbc45 commit 6523db2
Show file tree
Hide file tree
Showing 5 changed files with 409 additions and 172 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,12 @@ export const connectionPanelMainConnectedTabs = css`
width: 100%;
`;

export const connectionPanelMainConnectedPendingSetUp = css`
color: #B2B9C4;
cursor: not-allowed;
margin: ${token('space.075')} 0 ${token('space.100')} ${token('space.100')};
`;

export const connectionPanelMainNotConnectedTabs = css`
align-items: center;
border-radius: 3px;
Expand Down Expand Up @@ -162,7 +168,7 @@ export const connectedStateCellEvent = css`
// Set up guide
export const setUpGuideContainer = css`
line-height: 20px;
margin: ${token('space.200')} 0 ${token('space.300')};
margin: ${token('space.300')} 0;
#setup-step-one-instruction {
margin: ${token('space.050')} 0 ${token('space.300')} ${token('space.200')};
Expand Down Expand Up @@ -248,3 +254,34 @@ export const setUpGuideInfoPanel = css`
margin-top: ${token('space.0')};
}
`;

export const setUpGuideUpdatedContainer = css`
margin: ${token('space.200')} 0 ${token('space.300')};
`;

export const setUpGuideUpdateAvailableContainer = css`
margin: ${token('space.100')} auto ${token('space.300')};
line-height: 20px;
text-align: center;
width: 55%;
`;

export const setUpGuideUpdateAvailableIconContainer = css`
margin: ${token('space.0')} auto;
text-align: center;
`;

export const setUpGuideUpdateAvailableHeader = css`
font-size: 20px;
`;

export const setUpGuideUpdateAvailableContent = css`
margin-top: ${token('space.250')};
`;

export const setUpGuideUpdateAvailableButtonContainer = css`
margin-top: ${token('space.200')};
display: flex;
gap: 10px;
justify-content: center;
`;
Loading

0 comments on commit 6523db2

Please sign in to comment.