Files
PINRemoteImage/docs/html/css/scss/_xcode.scss
Garrett Moon 9d2bd31f95 1.0
2015-07-22 17:29:31 -07:00

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;
}
}
}
}