30 lines
607 B
Plaintext
30 lines
607 B
Plaintext
.swagger-docs {
|
|
&--component {
|
|
height: 100%;
|
|
background-color: white;
|
|
border-radius: 0px 10px 10px 10px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
&--page {
|
|
height: 100%;
|
|
padding: @page-padding-top @content-padding @page-padding-bottom;
|
|
.backgroundPageImage(url(@/assets/img/app/app-bg-2.png));
|
|
}
|
|
|
|
&--page &__content {
|
|
height: 100%;
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
:global {
|
|
.swagger-ui .scheme-container {
|
|
background-color: transparent;
|
|
box-shadow: none;
|
|
max-width: 1460px;
|
|
margin: 0 auto 20px;
|
|
}
|
|
}
|
|
} |