feat(spa): add loading bar (#1684)
This commit is contained in:
parent
05e6f05a50
commit
c91cf97f99
2 changed files with 26 additions and 0 deletions
|
@ -587,3 +587,14 @@ iframe.pdf {
|
|||
width: 100%;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.navigation-progress {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 0;
|
||||
height: 3px;
|
||||
background: var(--secondary);
|
||||
transition: width 0.2s ease;
|
||||
z-index: 9999;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue