Reversible blockchain components
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
.mined-block {
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
transition: 2s;
|
||||
transition: background 2s, left 2s, transform 1s;
|
||||
}
|
||||
|
||||
.block-size {
|
||||
@@ -34,6 +34,7 @@
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 40px;
|
||||
transition: left 2s;
|
||||
}
|
||||
|
||||
.block-body {
|
||||
@@ -145,3 +146,9 @@
|
||||
opacity: 0;
|
||||
pointer-events : none;
|
||||
}
|
||||
|
||||
.time-ltr {
|
||||
.bitcoin-block {
|
||||
transform: scaleX(-1);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user