mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Revert "loading bar implementation"
This reverts commit 46d37fb637cca71b169b6c61f56fd12f31450152 and 3187448867921f4de2aa9f22eca2626665226e99
This commit is contained in:
parent
16cdcda475
commit
15d270840c
2 changed files with 0 additions and 42 deletions
|
@ -37,21 +37,3 @@
|
|||
}
|
||||
}
|
||||
|
||||
@include keyframes(shift-rightwards) {
|
||||
0% {
|
||||
@include transform(translateX(-100%));
|
||||
}
|
||||
|
||||
40% {
|
||||
@include transform(translateX(0%));
|
||||
}
|
||||
|
||||
60% {
|
||||
@include transform(translateX(0%));
|
||||
}
|
||||
|
||||
100% {
|
||||
@include transform(translateX(100%));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
* Mobile Navigation
|
||||
* Drop-down / Pop-up Menu
|
||||
* Notifications
|
||||
* Loading Bar
|
||||
* Modals
|
||||
* Main Elements
|
||||
* Floating Headers
|
||||
|
@ -981,29 +980,6 @@ nav {
|
|||
background: $blue;
|
||||
}
|
||||
|
||||
|
||||
/* ==========================================================================
|
||||
Loading Bar
|
||||
========================================================================== */
|
||||
|
||||
.js-loading .loading-bar {
|
||||
display: block;
|
||||
@include animation(shift-rightwards 1.5s ease-in-out infinite);
|
||||
@include animation-delay(0.4s);
|
||||
}
|
||||
|
||||
.loading-bar {
|
||||
position: fixed;
|
||||
display: none;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: 2px;
|
||||
z-index: 900;
|
||||
background: $blue;
|
||||
@include transform(translateX(100%));
|
||||
}
|
||||
|
||||
/* ==========================================================================
|
||||
Modals
|
||||
========================================================================== */
|
||||
|
|
Loading…
Add table
Reference in a new issue