mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 10:32:20 +00:00
feat: add stealth mode select step to setup wizard (#6104)
feat: add stealth mode select to setup wizard feat: enable stealth mode until user finishes setup wizard Co-authored-by: SoftFever <softfeverever@gmail.com>
This commit is contained in:
33
resources/web/guide/4orca/4orca.css
Normal file
33
resources/web/guide/4orca/4orca.css
Normal file
@@ -0,0 +1,33 @@
|
||||
|
||||
#Content
|
||||
{
|
||||
padding:0% 15%;
|
||||
}
|
||||
|
||||
#FeatureText
|
||||
{
|
||||
line-height: 30px;
|
||||
margin-top: 10mm;
|
||||
}
|
||||
|
||||
|
||||
#CheckArea
|
||||
{
|
||||
margin-top:10mm;
|
||||
line-height: 30px;
|
||||
}
|
||||
|
||||
#StealthMode
|
||||
{
|
||||
width: 30px;
|
||||
}
|
||||
|
||||
#RestartText
|
||||
{
|
||||
padding-left:30px;
|
||||
}
|
||||
|
||||
.TextPoint
|
||||
{
|
||||
font-size:14px;
|
||||
}
|
||||
Reference in New Issue
Block a user