Replace onboarding elephant with friendlier graphic, shorter animation (#3337)
on status fade-in, fix buttons not having pointer cursorpull/3342/head
parent
ef80ad17b3
commit
bd21afb5ed
Binary file not shown.
After Width: | Height: | Size: 142 KiB |
|
@ -47,11 +47,12 @@ body {
|
||||||
|
|
||||||
button {
|
button {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
}
|
cursor: pointer;
|
||||||
|
|
||||||
button:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.app-holder {
|
.app-holder {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
|
@ -561,7 +561,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
animation: fade 0.3s linear;
|
animation: fade 150ms linear;
|
||||||
|
|
||||||
&.status-direct {
|
&.status-direct {
|
||||||
background: lighten($ui-base-color, 8%);
|
background: lighten($ui-base-color, 8%);
|
||||||
|
@ -3013,13 +3013,14 @@ button.icon-button.active i.fa-retweet {
|
||||||
|
|
||||||
.onboarding-modal__page-one {
|
.onboarding-modal__page-one {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding-modal__page-one__elephant-friend {
|
.onboarding-modal__page-one__elephant-friend {
|
||||||
background: url('../images/elephant-friend.png') no-repeat center center / contain;
|
background: url('../images/elephant-friend-1.png') no-repeat center center / contain;
|
||||||
width: 147px;
|
width: 155px;
|
||||||
height: 160px;
|
height: 193px;
|
||||||
margin-right: 10px;
|
margin-right: 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 400px) {
|
@media screen and (max-width: 400px) {
|
||||||
|
|
Loading…
Reference in New Issue