Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top banner #60

Merged
merged 9 commits into from
Sep 14, 2023
Merged

Top banner #60

merged 9 commits into from
Sep 14, 2023

Conversation

mimanshi-plivo
Copy link

  • Added top banner to style guides

>
{loading && (
<Block>
<Icon.Loading size={16} color="white" />
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Icon.Loading has strokeWidth and trackColor props. You can use it if you want. Not sure if color="white" is what we want.

gap: 16px;
// margin-left: 4px;

.sg.cnto-btn.contacto-button--small {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we move this style to Button.scss file?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

May be add a new button type

<Button type="link" variant="underline" color="white" />

&--underline {
text-decoration: underline;
height: 24px;
padding: 0;
Copy link
Collaborator

@samuellawerentz samuellawerentz Aug 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any hover style required?

@mimanshi-plivo mimanshi-plivo merged commit 6ddd2ef into main Sep 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants