refactor(autosave): Remove useless styles
This commit is contained in:
parent
c35a607e79
commit
e362c15b13
1 changed files with 0 additions and 11 deletions
|
@ -91,17 +91,6 @@ $autosave-status-fade-out-duration: 0.7s;
|
||||||
transition-property: opacity;
|
transition-property: opacity;
|
||||||
transition-duration: $autosave-status-fade-in-duration;
|
transition-duration: $autosave-status-fade-in-duration;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make the icon pulse (if any)
|
|
||||||
.autosave-icon {
|
|
||||||
opacity: 1;
|
|
||||||
// Make the icon pulse after being made visible
|
|
||||||
animation-name: pulse;
|
|
||||||
animation-duration: 0.25s;
|
|
||||||
animation-delay: 0.15s;
|
|
||||||
animation-timing-function: linear;
|
|
||||||
animation-fill-mode: backwards;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Show only the relevant status message (succeeded of failed)
|
// Show only the relevant status message (succeeded of failed)
|
||||||
|
|
Loading…
Add table
Reference in a new issue