redoc/lib/components/MethodsList/methods-list.css
2015-11-17 00:03:49 +02:00

39 lines
550 B
CSS

method {
padding-bottom: 100px;
display: block;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.tag-info {
padding: 0 20px;
box-sizing: border-box;
background-color: white;
}
.tag-info:after, .tag-info:before {
content: "";
display: table;
}
.tag-info h1 {
color: #00329F;
text-transform: capitalize;
font-weight: bold;
}
.methods {
display: block;
position: relative;;
}
.methods:before {
content: "";
background: #2C2E3E;
height: 100%;
width: 40%;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}