Skip to content

Commit

Permalink
chore: remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bluecco committed Oct 17, 2023
1 parent 3773de6 commit e1954ed
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 41 deletions.
22 changes: 0 additions & 22 deletions src/modal/ConnectorButton.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -97,25 +97,3 @@
{/if}
</li>
{/if}

<!-- <style>
@tailwind utilities;
@tailwind components;
@tailwind base;
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&display=swap");
.l2 {
color: #8c8c8c;
font-size: 12px;
font-weight: 500;
line-height: 14px;
letter-spacing: 0em;
text-align: left;
}
.p {
margin: 0;
}
</style>
-->
19 changes: 0 additions & 19 deletions src/modal/Modal.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -146,22 +146,3 @@
</main>
</div>
{/if}

<!-- <style>
@tailwind utilities;
@tailwind components;
@tailwind base;
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@500;600&display=swap");
.modal-font {
font-family: "Barlow", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue,
sans-serif;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
text-size-adjust: 100%;
font-feature-settings: "kern";
}
</style>
-->

0 comments on commit e1954ed

Please sign in to comment.