You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
._maxcdn {
|
|
|
|
@extend %simple;
|
|
|
|
|
|
|
|
.url {
|
|
|
|
padding: .5rem;
|
|
|
|
white-space: normal;
|
|
|
|
@extend %pre, %note-green;
|
|
|
|
}
|
|
|
|
|
|
|
|
.http_method { @extend %label; }
|
|
|
|
|
|
|
|
.nav-tabs {
|
|
|
|
height: 2rem;
|
|
|
|
padding: 0;
|
|
|
|
list-style: none;
|
|
|
|
border-bottom: 1px solid $boxBorder;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
float: left;
|
|
|
|
margin: -1px 0;
|
|
|
|
|
|
|
|
> a {
|
|
|
|
display: block;
|
|
|
|
padding: .5rem 1em;
|
|
|
|
line-height: 1rem;
|
|
|
|
margin-right: 2px;
|
|
|
|
border: 1px solid transparent;
|
|
|
|
border-radius: 3px 3px 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
&.active > a {
|
|
|
|
color: $textColor;
|
|
|
|
text-decoration: none;
|
|
|
|
background: $contentBackground;
|
|
|
|
border-color: $boxBorder $boxBorder transparent;
|
|
|
|
cursor: default;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.tab-pane { display: none; }
|
|
|
|
.tab-pane.active { display: block; }
|
|
|
|
}
|