redoc/lib/components/MethodsList/methods-list.css
2015-10-22 22:45:11 +03:00

22 lines
304 B
CSS

method {
padding-bottom: 100px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.methods {
display: block;
position: relative;;
}
.methods:before {
content: "";
background: #2C2E3E;
height: 100%;
width: 40%;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}