angular-swagger-ui
Version:
AngularJS implementation of OpenAPI (aka Swagger) UI
72 lines (55 loc) • 1.19 kB
text/less
[dir='rtl'] .swagger-ui {
th {
text-align: right;
}
.pull-left {
float: right ;
}
.pull-right {
float: left ;
}
.list-unstyled,
.list-inline {
padding-right: 0;
padding-left: initial;
}
.endpoint-actions{
li{
border-left: 1px solid #ddd;
border-right: 0;
&:last-child{
border-left: 0;
}
}
}
.operation {
.path{
padding-left: 0;
padding-right: 10px;
}
.description{
margin: 2px 0 0 10px;
}
.content-type label{
margin-left: 5px;
margin-right: 0;
}
ul.schema{
li{
margin: 0 0 5px 5px;
padding: 2px 0 2px 5px;
border-right: 0;
border-left: 1px solid #ddd;
&:last-child{
border-left: 0;
}
}
}
pre.model{
.pad{
margin-left: 0;
margin-right: 1em;
}
}
}
}