OrcaSlicer/resources/web/login/css/login.css
yw4z 00ff06a5d3
Match button styles on whole UI and fixes for button class (#11233)
* init

* web buttons

* Bind Dialog & Fix states

* update

* update

* Update common.css

* objcolordialog

* privacy update dialog

* Update CaliHistoryDialog.cpp

* Update MultiMachineManagerPage.cpp

* Update AMSControl.cpp

* TipsDialog

* Update AMSMaterialsSetting.cpp

* extrusion calibration

* Update UpdateDialogs.cpp

* recenterdialog

* update

* Update Calibration.cpp

* update

* update

* update

* fix

* update

* ReleaseNote

* update

* update

* fix remember checkbox position

* add comments
2025-12-18 12:14:56 +00:00

50 lines
No EOL
536 B
CSS

*
{
padding:0px;
border: 0px;
margin: 0px;
font-size: 14px;
}
html, body {
height: 100%;
width: 100%;
margin: 0px;
padding: 0px;
line-height: 20px;
}
/*------------------*/
body
{
display:flex;
justify-content: center;
align-items: center;
max-height: 900px;
max-width: 1300px;
background-color: #fff;
}
#ErrorBlock
{
display:flex;
flex-direction: column;
align-items: center;
}
#ErrorIcon
{
width:100px;
}
#ErrorTip
{
font-size: 18px;
line-height: 50px;
}
#ErrorBtn
{
width:100px;
display: none;
}