Skip to content

Commit

Permalink
update nucleus and remove styles from material icon
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasferreiralimax committed Oct 26, 2024
1 parent df90725 commit 3c66a42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 59 deletions.
4 changes: 0 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@
<link rel="icon" type="image/svg+xml" href="/react.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>voicecapture-react</title>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
</head>
<body>
<div id="root"></div>
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"publish": "cd dist && npm pub && cd .."
},
"dependencies": {
"nucleus-react-js": "^0.0.8",
"nucleus-react-js": "^0.0.9",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
50 changes: 0 additions & 50 deletions src/App.scss
Original file line number Diff line number Diff line change
@@ -1,53 +1,3 @@
.example {
h2,
h3 {
color: var(--color-text);
margin-bottom: 10px;
}

p {
color: var(--color-text);
line-height: 1.6;
margin-bottom: 20px;
}

ul {
padding-left: 20px;
margin-bottom: 20px;
}

ul li {
list-style-type: disc;
margin-bottom: 5px;
color: var(--primary);
font-weight: bold;
}

code {
background-color: var(--vtl-background);
padding: 3px 6px;
border-radius: 4px;
font-size: 14px;
font-family: "Courier New", Courier, monospace;
color: var(--primary);
font-weight: bold;
}

pre {
background-color: var(--vtl-background-solid);
padding: 15px;
border-radius: 8px;
overflow-x: auto;
margin-bottom: 20px;
border: 1px solid var(--vtl-background);
box-shadow: 0 0 0 1px #fff3;
}

pre code {
color: var(--primary);
}
}

.example-actions {
width: 50%;
display: flex;
Expand Down

0 comments on commit 3c66a42

Please sign in to comment.