api and headers
This commit is contained in:
@ -161,6 +161,26 @@ body:after {
|
||||
border-color: var(--red);
|
||||
}
|
||||
|
||||
/*clipboard button*/
|
||||
.swagger-ui .copy-to-clipboard {
|
||||
border-radius: 0;
|
||||
top: 19px;
|
||||
height: 28px;
|
||||
}
|
||||
.swagger-ui .copy-to-clipboard > button {
|
||||
position: relative;
|
||||
bottom: 3px;
|
||||
}
|
||||
.swagger-ui .curl-command .copy-to-clipboard {
|
||||
border-radius: 0;
|
||||
top: 24px;
|
||||
}
|
||||
.swagger-ui .curl-command .copy-to-clipboard > button {
|
||||
position: relative;
|
||||
bottom: 7px;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
/*download button*/
|
||||
.swagger-ui .download-contents {
|
||||
border-radius: 0;
|
||||
@ -216,6 +236,8 @@ body:after {
|
||||
/*code*/
|
||||
.swagger-ui .opblock-body pre.microlight {
|
||||
border-radius: 0;
|
||||
background: #41444e !important;
|
||||
padding: 0.5em;
|
||||
}
|
||||
|
||||
.swagger-ui .highlight-code > .microlight {
|
||||
|
Reference in New Issue
Block a user