mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-02 22:35:22 +08:00
30 lines
295 B
SCSS
30 lines
295 B
SCSS
.xcode {
|
|
header, aside {
|
|
display: none;
|
|
}
|
|
|
|
.container {
|
|
padding: 0;
|
|
}
|
|
|
|
article {
|
|
margin-top: 0;
|
|
|
|
#content {
|
|
border: 0;
|
|
margin: 0;
|
|
}
|
|
}
|
|
|
|
.method-info {
|
|
&, .section-method.hide & {
|
|
max-height: auto;
|
|
overflow: visible;
|
|
|
|
&.hiding {
|
|
display: block;
|
|
}
|
|
}
|
|
}
|
|
}
|