Skip to content

Commit

Permalink
Merge pull request #457 from poap-xyz/restore-caching-css
Browse files Browse the repository at this point in the history
Restore caching CSS
  • Loading branch information
jm42 authored Jan 2, 2025
2 parents 1b5b205 + c7e1df0 commit 728569c
Showing 1 changed file with 25 additions and 0 deletions.
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 728569c

Please sign in to comment.