mirror of
https://github.com/bigchaindb/site.git
synced 2025-02-14 21:10:28 +01:00
nyan cleanup
This commit is contained in:
parent
d1af7935ca
commit
1c016cd25b
Binary file not shown.
Before Width: | Height: | Size: 13 KiB After Width: | Height: | Size: 38 KiB |
Binary file not shown.
Before Width: | Height: | Size: 38 KiB |
@ -1,6 +1,5 @@
|
|||||||
.nyan {
|
.nyan {
|
||||||
position: relative;
|
position: relative;
|
||||||
background: rgba(#144f8d, .5);
|
|
||||||
|
|
||||||
&:before {
|
&:before {
|
||||||
content: '';
|
content: '';
|
||||||
@ -9,11 +8,11 @@
|
|||||||
right: 0;
|
right: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background: url('../img/nyan2.gif') no-repeat left center;
|
background: url('../img/nyan.gif') no-repeat left center;
|
||||||
background-size: 50%;
|
background-size: 50%;
|
||||||
z-index: 0;
|
z-index: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
animation: nyan-fadein .6s ease-out forwards;
|
animation: nyan-appear .6s ease-out forwards;
|
||||||
}
|
}
|
||||||
|
|
||||||
code {
|
code {
|
||||||
@ -22,12 +21,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes nyan-fadein {
|
@keyframes nyan-appear {
|
||||||
0% {
|
0% {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
transform: translate3d(-5rem, 0, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
100% {
|
100% {
|
||||||
opacity: .4;
|
opacity: .4;
|
||||||
|
transform: translate3d(0, 0, 0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user