mirror of
https://github.com/RoboSats/robosats.git
synced 2025-02-07 22:09:09 +00:00
![Reckless_Satoshi](/assets/img/avatar_default.png)
* Add Jekyll docker service and init site * Use minimal mistakes theme * Create splash. Add first pages and toolbars
21 lines
336 B
SCSS
21 lines
336 B
SCSS
/* ==========================================================================
|
|
ANIMATIONS
|
|
========================================================================== */
|
|
|
|
@-webkit-keyframes intro {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
}
|
|
|
|
@keyframes intro {
|
|
0% {
|
|
opacity: 0;
|
|
}
|
|
100% {
|
|
opacity: 1;
|
|
}
|
|
} |