redoc/lib/components/MethodsList/methods-list.css

22 lines
312 B
CSS
Raw Normal View History

2015-10-10 16:01:41 +03:00
method {
2015-10-15 20:06:16 +03:00
padding-bottom: 100px;
2015-10-10 16:01:41 +03:00
display: block;
2015-10-21 14:07:22 +03:00
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.methods {
display: block;
position: relative;;
}
.methods:before {
content: "";
2015-10-21 17:24:04 +03:00
background: rgb(64, 33, 37);
2015-10-21 14:07:22 +03:00
height: 100%;
2015-10-21 14:46:15 +03:00
width: 40%;
2015-10-21 14:07:22 +03:00
top: 0;
right: 0;
position: absolute;
z-index: -1;
2015-10-10 16:01:41 +03:00
}