clocktower top blocks & layout adjustment

This commit is contained in:
Mononaut
2023-04-19 00:21:02 +09:00
parent 3b459b6857
commit 61531171c9
18 changed files with 489 additions and 224 deletions

View File

@@ -1,7 +1,7 @@
.bitcoin-block {
width: 125px;
height: 125px;
transition: background 2s, right 2s, transform 1s;
transition: background 2s, right 2s, transform 1s, opacity 1s;
}
.block-size {
@@ -100,6 +100,10 @@
background-color: #2d2825;
}
.mempool-block.last-block {
opacity: 0;
}
.black-background {
background-color: #11131f;
z-index: 100;