mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-10 07:15:08 -06:00
ENH: Update UserGuide Load UI
JIRA: none Change-Id: Ifc8cdd59a61dfece6c497ed50fcad9663d380be3 (cherry picked from commit 37918c4463fe6bdced742d5d81d756fa811510b7) (cherry picked from commit cea5bc967c3c2e8ed538903823ffb3cd70d62584)
This commit is contained in:
parent
df6516e3e3
commit
d753292823
3 changed files with 32 additions and 3 deletions
|
@ -14,8 +14,23 @@ body
|
|||
justify-content: center;
|
||||
}
|
||||
|
||||
#LoadBlock
|
||||
{
|
||||
display:flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#LoadingSvg
|
||||
{
|
||||
animation: rotate 5s infinite linear;
|
||||
height: 60%;
|
||||
animation: rotate 1.2s infinite linear;
|
||||
margin-right: 8px;
|
||||
height: 120%;
|
||||
}
|
||||
|
||||
#LoadTip
|
||||
{
|
||||
font-size: 15px;
|
||||
font-weight: 700;
|
||||
color: #262E30;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue