Skip to content

Instantly share code, notes, and snippets.

@WojtekCodesToday
Created April 9, 2023 09:25
Show Gist options
  • Save WojtekCodesToday/cf07fb9a0aa73c864b9fc581ba7dd8bb to your computer and use it in GitHub Desktop.
Save WojtekCodesToday/cf07fb9a0aa73c864b9fc581ba7dd8bb to your computer and use it in GitHub Desktop.
body{
font-family: 'Schibsted Grotesk', sans-serif; text-align:center;}details{ width: fit-content;
margin: auto;}summary{cursor:pointer}button,input[type=submit]{ border-radius: 4px;
border: 0;
padding: 8px 16px;
cursor: pointer;
}
.shinies-div-count{
background: #f6f6f6;
width: fit-content;
margin-left: auto;
margin-right: auto;
padding: 12px 24px;
border-radius: 2px;
}
.block-transaction-history{
background: #f6f6f6;
margin: 12px auto;
padding: 12px 24px;
border-radius: 2px;
display: inline-block;
width: 100%;
}
.transaction-icon-history{
width: 24px;
vertical-align: middle;
margin-right: 2px;
}
.api-sample{
white-space: pre;
width: 50%;
margin: auto;
overflow: scroll;
background: #f6f6f6;
padding: 4px;
border-radius: 4px;
text-align: left;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment