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

feat: Adds big Tooltip component #134

Merged
merged 2 commits into from
Dec 11, 2020
Merged

feat: Adds big Tooltip component #134

merged 2 commits into from
Dec 11, 2020

Conversation

schne324
Copy link
Member

@schne324
Copy link
Member Author

Naming is hard...so I went with variant='big'. I'm open to something better if anyone can think of anything

@schne324 schne324 merged commit 6570dc6 into develop Dec 11, 2020
@stephenmathieson stephenmathieson deleted the big-tooltip branch December 11, 2020 20:26
@@ -0,0 +1,21 @@
.Line {
border: none;
border-top: 1px solid #ccc;
Copy link
Member

Choose a reason for hiding this comment

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

Should have used variables here.

justify-content: center;
align-items: center;
overflow: visible;
margin: 26px auto;
Copy link
Member

Choose a reason for hiding this comment

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

And here

Comment on lines +15 to +20
margin-top: -4px;
width: 7px;
height: 7px;
border-radius: 50%;
background: #fdfdfe;
border: 1px solid #ccc;
Copy link
Member

Choose a reason for hiding this comment

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

and here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants