提交 c245a667 编写于 作者: K Kushal Pandya

Add autoscroll status indicator animation

上级 ba63e4f1
@keyframes fade-out-status {
0%, 50% { opacity: 1; }
100% { opacity: 0; }
}
.build-page {
pre.trace {
background: $builds-trace-bg;
......@@ -84,6 +89,10 @@
font-weight: normal;
line-height: 1.8;
transition: opacity 1s ease-out;
&.animate {
animation: fade-out-status 2s ease;
}
}
&:hover label {
......@@ -99,21 +108,6 @@
right: #{$gutter_width + ($gl-padding * 2)};
}
}
@media (max-width: $screen-sm-max) {
.scroll-link {
padding: 6px 13px;
}
i.fa {
margin-right: 0;
}
.scroll-step-label,
.status-message label {
display: none;
}
}
}
.environment-information {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册