mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-28 02:36:16 -04:00
Added old loading icon back for initial page load.
This commit is contained in:
parent
02b9dbdee9
commit
87e956fe7d
7 changed files with 69 additions and 26 deletions
|
@ -80,11 +80,13 @@
|
|||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
#output-loader .loader {
|
||||
#output-loader-animation {
|
||||
display: block;
|
||||
position: absolute;
|
||||
width: 60%;
|
||||
height: 60%;
|
||||
left: unset;
|
||||
top: 10%;
|
||||
transition: all 0.5s ease;
|
||||
}
|
||||
|
||||
#output-loader .loading-msg {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue