mirror of
https://github.com/jumpserver/jumpserver.git
synced 2026-07-02 07:01:30 +00:00
feat: cert-login style
This commit is contained in:
@@ -21,6 +21,7 @@
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
background-color: #f3f3f3;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.cert-login-box {
|
||||
@@ -28,7 +29,9 @@
|
||||
border-radius: 6px;
|
||||
box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
|
||||
padding: 40px 50px 32px;
|
||||
width: 420px;
|
||||
max-width: 420px;
|
||||
width: 100%;
|
||||
margin-bottom: auto;
|
||||
}
|
||||
|
||||
.cert-login-box .logo-row {
|
||||
|
||||
Reference in New Issue
Block a user