about summary refs log tree commit diff
path: root/app/javascript/styles/components.scss
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-05-27 00:53:25 +0200
committerGitHub <noreply@github.com>2017-05-27 00:53:25 +0200
commitbd21afb5edf58a2ce93d0d61ac5ccbada5d857da (patch)
tree00babd7b93d17f58c1768988aac2c98f83678476 /app/javascript/styles/components.scss
parentef80ad17b3d1a2db96b200c07730e6e3545f1a1e (diff)
Replace onboarding elephant with friendlier graphic, shorter animation (#3337)
on status fade-in, fix buttons not having pointer cursor
Diffstat (limited to 'app/javascript/styles/components.scss')
-rw-r--r--app/javascript/styles/components.scss11
1 files changed, 6 insertions, 5 deletions
diff --git a/app/javascript/styles/components.scss b/app/javascript/styles/components.scss
index e821a2a05..a566e4a3c 100644
--- a/app/javascript/styles/components.scss
+++ b/app/javascript/styles/components.scss
@@ -561,7 +561,7 @@
   }
 
   opacity: 1;
-  animation: fade 0.3s linear;
+  animation: fade 150ms linear;
 
   &.status-direct {
     background: lighten($ui-base-color, 8%);
@@ -3013,13 +3013,14 @@ button.icon-button.active i.fa-retweet {
 
 .onboarding-modal__page-one {
   display: flex;
+  align-items: center;
 }
 
 .onboarding-modal__page-one__elephant-friend {
-  background: url('../images/elephant-friend.png') no-repeat center center / contain;
-  width: 147px;
-  height: 160px;
-  margin-right: 10px;
+  background: url('../images/elephant-friend-1.png') no-repeat center center / contain;
+  width: 155px;
+  height: 193px;
+  margin-right: 15px;
 }
 
 @media screen and (max-width: 400px) {