mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-13 05:04:22 +02:00
Loading animation is now based on the current context (global or application context)
This commit is contained in:
@ -15,6 +15,21 @@ afx-app-window ul.afx-window-top{
|
||||
width: 100%;
|
||||
padding:0;
|
||||
}
|
||||
|
||||
afx-app-window ul.loading::before{
|
||||
background-color: orangered;
|
||||
content: "";
|
||||
position: absolute;
|
||||
height: 2px;
|
||||
width: 0%;
|
||||
}
|
||||
|
||||
afx-app-window ul.loading::before {
|
||||
right: 0;
|
||||
top:0;
|
||||
animation: sys-loading 1s linear infinite;
|
||||
}
|
||||
|
||||
afx-app-window ul.afx-window-top li{
|
||||
list-style: none;
|
||||
}
|
||||
|
@ -52,7 +52,7 @@ afx-sys-panel > div.loading::before {
|
||||
100% {
|
||||
right: auto;
|
||||
left: 100%;
|
||||
width: 12.5%;
|
||||
width: 0%;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user