[auth]: Api key, basic authorization in main view
This commit is contained in:
@@ -1181,6 +1181,29 @@
|
||||
.swagger-section .oauth_submit {
|
||||
text-align: center;
|
||||
}
|
||||
.swagger-section .auth_container .basic_auth__title {
|
||||
color: #547f00;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.swagger-section .auth_container .auth__description {
|
||||
color: #999999;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.swagger-section .auth_container .auth_submit__button {
|
||||
color: #547f00;
|
||||
border: none;
|
||||
text-decoration: underline;
|
||||
background: none;
|
||||
padding-left: 0;
|
||||
font-size: 1em;
|
||||
cursor: pointer;
|
||||
}
|
||||
.swagger-section .auth_container .key_input_container {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.swagger-section .auth_container .basic_auth_container {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
.swagger-section .api-popup-dialog {
|
||||
z-index: 10000;
|
||||
position: absolute;
|
||||
|
||||
Reference in New Issue
Block a user