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

fix(website): remove redundant :root selector in app.scss of website #585

Merged
merged 1 commit into from May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
18 changes: 0 additions & 18 deletions website/src/styles/app.scss
Expand Up @@ -22,24 +22,6 @@
--table-cell-border-color: #eee;
}

:root {
--font-family-sans: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
--font-family-mono: "SFMono-Regular", Consolas, "Roboto Mono",
"Droid Sans Mono", "Liberation Mono", Menlo, Courier, monospace;
--error-color: #bf4a3f;
--primary-color: #1159a6;
--primary-color-bright: #007bff;
--primary-color-light: #3f94bf;
--body-color: #222;
--body-background: #fafafa;
--focus-outline-color: #1eaedb;
--input-background-color: #fff;
--input-border-color: #d1d1d1;
--rule-border-color: #e1e1e1;
--table-cell-border-color: #eee;
}

@keyframes slide-down {
0% {
opacity: 0;
Expand Down