Skip to content

Commit

Permalink
Merge pull request #458 from poap-xyz/release/v1.23.1
Browse files Browse the repository at this point in the history
Release v1.23.1
  • Loading branch information
jm42 authored Jan 2, 2025
2 parents 1b5b205 + 3e2c5d5 commit e889dc2
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@poap-xyz/poap-family",
"version": "1.23.0",
"version": "1.23.1",
"author": {
"name": "POAP",
"url": "https://poap.xyz"
Expand Down
25 changes: 25 additions & 0 deletions src/styles/drop.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,28 @@
display: flex;
overflow-x: auto;
}

.drop .caching,
.drop .caching-error,
.drop .cached {
font-size: 11px;
display: inline-block;
background-color: white;
padding: 1px 3px;
border-radius: 7px;
line-height: 1.8;
margin-top: 3px;
}

.drop .caching-error .caching-error-label {
font-size: 7px;
border-radius: 7px;
padding: 2px 6px;
text-align: center;
text-transform: uppercase;
display: inline-block;
background-color: #E9A1B6;
color: #F8D1D2;
border: 1px dashed #e76e90;
margin-right: .5rem;
}

0 comments on commit e889dc2

Please sign in to comment.