redoc/lib/components/MethodsList/methods-list.scss
2015-11-27 22:05:14 +02:00

41 lines
639 B
SCSS

@import '../../common/styles/variables';
method {
padding-bottom: 100px;
display: block;
border-bottom: 2px solid rgba(127, 127, 127, 0.25);
}
.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: $headers-color;
text-transform: capitalize;
font-weight: bold;
}
.methods {
display: block;
position: relative;;
}
.methods:before {
content: "";
background: $samples-panel-bg-color;
height: 100%;
width: $samples-panel-width;
top: 0;
right: 0;
position: absolute;
z-index: -1;
}