UI - admin authentication and bootstrap update
This commit is contained in:
8
ui/static/css/bootstrap.min.css
vendored
8
ui/static/css/bootstrap.min.css
vendored
File diff suppressed because one or more lines are too long
@@ -15,3 +15,26 @@
|
||||
main > .container {
|
||||
padding: 100px 15px 0;
|
||||
}
|
||||
|
||||
.form-signin {
|
||||
width: 100%;
|
||||
max-width: 330px;
|
||||
padding: 15px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
.form-signin .form-floating:focus-within {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.form-signin input[name="username"] {
|
||||
margin-bottom: -1px;
|
||||
border-bottom-right-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.form-signin input[name="password"] {
|
||||
margin-bottom: 10px;
|
||||
border-top-left-radius: 0;
|
||||
border-top-right-radius: 0;
|
||||
}
|
||||
6
ui/static/js/bootstrap.bundle.min.js
vendored
6
ui/static/js/bootstrap.bundle.min.js
vendored
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user