mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00: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:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user