diff options
Diffstat (limited to 'src/style.css')
-rw-r--r-- | src/style.css | 28 |
1 files changed, 17 insertions, 11 deletions
diff --git a/src/style.css b/src/style.css index 6d00b54..eab5295 100644 --- a/src/style.css +++ b/src/style.css @@ -455,22 +455,28 @@ main section { text-align: right; } -.nifc { background-color: pink; } -.have { background-color: green; } -.have-nifc { background-color: #5DBB63; } -.not-minted { background-color: black; } -.unknown { background-color: grey; } -.error { background-color: red; } +.nifc { background-color: pink; } +.have { background-color: green; } +.have-nifc { background-color: #5DBB63; } +.not-minted { background-color: black; } +.unknown { background-color: grey; } +.error { background-color: red; } +.getting { background-color: yellow; } +.getting-nifc { background-color: khaki; } .have-proof { background-color: #5DBB63; position: relative; } +.getting-proof { + background-color: khaki; + position: relative; +} -.have-proof:before { animation: slide 2s linear 1s infinite; } -.have-proof:after { animation: slide 2s linear 0s infinite; } +:is(.have-proof, .getting-proof):before { animation: slide 2s linear 1s infinite; } +:is(.have-proof, .getting-proof):after { animation: slide 2s linear 0s infinite; } -.have-proof:before, -.have-proof:after { +:is(.have-proof, .getting-proof):before, +:is(.have-proof, .getting-proof):after { content: ''; top: 0; left: 0; @@ -875,4 +881,4 @@ div .country-table:not(:first-child) { .blurb { flex-direction: column; align-items: center; -} +}
\ No newline at end of file |