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

Add Text Field #203

Merged
merged 13 commits into from
Jan 23, 2025
Prev Previous commit
Next Next commit
Merge branch 'main' into 164-ui-text-field
camdnnn authored Jan 20, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 7ed950345e44bf6dda9ba02d309600a158239d80
10 changes: 9 additions & 1 deletion front-end/src/styles/_variables.scss
Original file line number Diff line number Diff line change
@@ -36,4 +36,12 @@ $upload-stroke: #636363;
--accent: #BB0808;
--text-colour: #000000;
--alt-text: #B3B3B3;
}

// A map of z-index values for different components
$z-index: (
dropdown: 1,
sidebar: 2,
success: 3,
tooltip: 4,
modal: 5,
);
You are viewing a condensed version of this merge commit. You can view the full changes here.