redoc/lib/components/OperationsList/operations-list.scss

38 lines
531 B
SCSS
Raw Normal View History

2016-05-06 00:48:41 +03:00
@import '../../shared/styles/variables';
:host {
display: block;
overflow: hidden;
}
2016-11-23 02:23:32 +03:00
:host [hidden] {
display: none;
}
2015-10-29 00:37:16 +03:00
.tag-info {
padding: $section-spacing;
2015-10-29 00:37:16 +03:00
box-sizing: border-box;
2016-03-14 23:27:07 +03:00
width: 60%;
2016-03-15 00:25:57 +03:00
2016-08-10 15:29:49 +03:00
@media (max-width: $right-panel-squash-breakpoint) {
2016-03-15 00:25:57 +03:00
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;
margin-top: 0;
2015-10-29 00:37:16 +03:00
}
2017-03-30 15:17:08 +03:00
.operations {
2015-10-21 14:07:22 +03:00
display: block;
position: relative;;
}