mirror of
https://github.com/QIDITECH/QIDIStudio.git
synced 2026-02-02 09:58:41 +03:00
update
This commit is contained in:
46
resources/web/homepage3/css/disconnect.css
Normal file
46
resources/web/homepage3/css/disconnect.css
Normal file
@@ -0,0 +1,46 @@
|
||||
html
|
||||
{
|
||||
background-color: white;
|
||||
height:100%;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
body
|
||||
{
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
|
||||
#WarnMainArea
|
||||
{
|
||||
width:500px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
#WarnIcon
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
#WarnTip
|
||||
{
|
||||
font-weight:700;
|
||||
line-height: 30px;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
#WarnBtn
|
||||
{
|
||||
margin-top: 10px;
|
||||
padding: 8px 24px;
|
||||
}
|
||||
Reference in New Issue
Block a user