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

Various css fixes #401

Merged
merged 7 commits into from
Feb 14, 2024
Merged

Various css fixes #401

merged 7 commits into from
Feb 14, 2024

Conversation

melissasamworth
Copy link
Contributor

No description provided.

toc: TOCItem[]
className?: string
}) => (
<div className={'myClassName ' + (className || '')}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

should this be myClassName?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Right, no classes need to be applied to component at large so I removed 'myClassName ' + , hope that is the right move.

@@ -16,9 +16,14 @@
width: 100%;
height: 100%;
}

.top-logo {
padding: 0 56px 0 0;
Copy link
Collaborator

Choose a reason for hiding this comment

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

what happened to var(--spacing-56)?

.top-menu {
display: flex;
gap: 20px;
gap: 40px;
Copy link
Collaborator

Choose a reason for hiding this comment

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

var(--spacing-40)?

app/newRoot.css Outdated
letter-spacing: -0.14px;
font-weight: 600;
}

/* color classes */

.black {
color: var(--colors-black, #000);
color: var(--text-black);
Copy link
Collaborator

Choose a reason for hiding this comment

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

is --text-black defined? I can't see it

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I don't remember adding this line, weird. Fixed now.

@mruwnik mruwnik merged commit 39c97d2 into stampy-redesign Feb 14, 2024
1 check passed
@mruwnik mruwnik deleted the various-CSS-fixes branch February 14, 2024 21:46
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.

2 participants