mirror of
https://github.com/FlipsideCrypto/sdk.git
synced 2026-02-06 10:46:43 +00:00
Add try it call out
This commit is contained in:
parent
336b39bcf6
commit
0142aac2e9
File diff suppressed because one or more lines are too long
@ -37,8 +37,10 @@ export default function Index() {
|
||||
</a>
|
||||
</h3>
|
||||
|
||||
<h3 className="text-md underline "></h3>
|
||||
<ol className="list-decimal mt-8 font-mono">
|
||||
<h4 className="text-sm mt-8 font-bold font-mono">
|
||||
👇👇👇 try it! 👇👇👇
|
||||
</h4>
|
||||
<ol className="list-decimal mt-2 font-mono">
|
||||
<li style={{ borderTop: "1px dotted #aaa" }} className="py-6">
|
||||
<Link to="/nft-mints" className="hover:underline text-xl">
|
||||
NFT Mints
|
||||
|
||||
@ -501,24 +501,20 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
margin-top: 0.25rem;
|
||||
}
|
||||
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
.ml-3 {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
|
||||
.mt-6 {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
.ml-2 {
|
||||
margin-left: 0.5rem;
|
||||
.mt-8 {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
.ml-3 {
|
||||
margin-left: 0.75rem;
|
||||
}
|
||||
|
||||
.ml-4 {
|
||||
margin-left: 1rem;
|
||||
.mt-4 {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
.inline-block {
|
||||
@ -687,11 +683,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
background-color: rgb(249 250 251 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-300 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(209 213 219 / var(--tw-bg-opacity));
|
||||
}
|
||||
|
||||
.bg-gray-200 {
|
||||
--tw-bg-opacity: 1;
|
||||
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
||||
@ -795,11 +786,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
line-height: 1.75rem;
|
||||
}
|
||||
|
||||
.text-4xl {
|
||||
font-size: 2.25rem;
|
||||
line-height: 2.5rem;
|
||||
}
|
||||
|
||||
.font-medium {
|
||||
font-weight: 500;
|
||||
}
|
||||
@ -808,6 +794,10 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.font-bold {
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
@ -845,11 +835,6 @@ Ensure the default browser behavior of the `hidden` attribute.
|
||||
color: rgb(107 114 128 / var(--tw-text-opacity));
|
||||
}
|
||||
|
||||
.underline {
|
||||
-webkit-text-decoration-line: underline;
|
||||
text-decoration-line: underline;
|
||||
}
|
||||
|
||||
.antialiased {
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user