Semaphore/web/resources/less/octocat.less
Denis 7263101be0 Use npm instead of submodule. Split public to web/public & web/resources
Fix build under Windows

Remove htmls from pug directory

Move package.json to web directory

Remove OS type checking from test

Fix builder.js codestyle

Remove Taskfile_windows.yml
2018-03-13 12:23:20 +05:00

33 lines
625 B
Plaintext

.github-corner svg {
position: fixed;
left: 0;
bottom: 0;
transform: rotate(360deg) scale(-1,-1);
mix-blend-mode: darken;
color: #ffffff;
fill: #000000;
}
.octo-body {
transform: rotate(-226deg) translate(-250px, -260px);
}
.octo-arm {
transform: rotate(-226deg) translate(-250px, -260px);
}
.github-corner:hover .octo-arm {
animation:octocat-wave .56s;
}
@keyframes octocat-wave {
0%,
100% {
transform: rotate(-226deg) translate(-250px, -260px);
}
20%,
60% {
transform: rotate(-227deg) translate(-250px, -260px);
}
40%,
80% {
transform: rotate(-226deg) translate(-250px, -260px);
}
}