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

30 lines
458 B
SCSS
Raw Normal View History

@import '../../common/styles/variables';
2015-11-29 20:24:46 +03:00
@import '../../common/styles/share-link';
2015-10-29 00:37:16 +03:00
.tag-info {
padding: 40px;
2015-10-29 00:37:16 +03:00
box-sizing: border-box;
2015-10-30 13:03:13 +03:00
background-color: white;
2016-03-14 23:27:07 +03:00
width: 60%;
2016-03-15 00:25:57 +03:00
@media (max-width: 1100px) {
width: 100%;
}
2015-10-30 13:03:13 +03:00
}
.tag-info:after, .tag-info:before {
content: "";
display: table;
2015-10-29 00:37:16 +03:00
}
.tag-info h1 {
color: $headers-color;
2015-10-29 00:37:16 +03:00
text-transform: capitalize;
font-weight: normal;
2015-10-29 00:37:16 +03:00
}
2015-10-21 14:07:22 +03:00
.methods {
display: block;
position: relative;;
}