This commit is contained in:
Eugene Pankov
2017-04-28 17:20:21 +02:00
parent cfd26ba4ea
commit 8be70110fe
5 changed files with 42 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
$color: rgba(0, 0, 0, 0.5);
$color: rgba(66, 142, 173, 0.75);
.preload-logo {
@@ -44,6 +44,7 @@ $color: rgba(0, 0, 0, 0.5);
height: 160px;
margin: auto;
position: relative;
transform: rotateZ(-14.5deg);
.part {
position: absolute;
@@ -56,7 +57,7 @@ $color: rgba(0, 0, 0, 0.5);
left: 24px;
width: 44px;
height: 44px;
background: rgba(0,0,0, .75);
background: $color;
transform: rotateX(52deg) rotateY(-42deg);
animation: terminusLogoPartOnce ease-out 1s;
}