mirror of
https://github.com/Redocly/redoc.git
synced 2024-11-11 19:36:44 +03:00
30 lines
458 B
SCSS
30 lines
458 B
SCSS
@import '../../common/styles/variables';
|
|
@import '../../common/styles/share-link';
|
|
|
|
.tag-info {
|
|
padding: 40px;
|
|
box-sizing: border-box;
|
|
background-color: white;
|
|
width: 60%;
|
|
|
|
@media (max-width: 1100px) {
|
|
width: 100%;
|
|
}
|
|
}
|
|
|
|
.tag-info:after, .tag-info:before {
|
|
content: "";
|
|
display: table;
|
|
}
|
|
|
|
.tag-info h1 {
|
|
color: $headers-color;
|
|
text-transform: capitalize;
|
|
font-weight: normal;
|
|
}
|
|
|
|
.methods {
|
|
display: block;
|
|
position: relative;;
|
|
}
|