mirror of
https://github.com/roacn/openwrt-packages.git
synced 2025-01-08 11:57:31 +08:00
🎈 Sync 2022-04-02 18:13
This commit is contained in:
parent
61852f7b03
commit
a1687467cd
@ -205,6 +205,32 @@ li {
|
||||
* Login Page
|
||||
*
|
||||
***************************/
|
||||
.login-container {
|
||||
margin: auto;
|
||||
height: 500px!important;
|
||||
min-height: 500px!important;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
margin-left: auto!important;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.login-form {
|
||||
background-color: rgba(255, 255, 255, 0)!important;
|
||||
border-radius: 25px;
|
||||
}
|
||||
.login-form .brand {
|
||||
margin: 25px auto 25px 50px!important;
|
||||
}
|
||||
.input-group {
|
||||
margin-bottom: 1rem!important;
|
||||
}
|
||||
.input-group input {
|
||||
margin-bottom: 0!important;
|
||||
}
|
||||
.ftc {
|
||||
bottom: 0!important;
|
||||
}
|
||||
.login-page {
|
||||
height: 100%;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user