debian-mirror-gitlab/app/assets/stylesheets/print.scss

71 lines
859 B
SCSS
Raw Normal View History

2019-07-07 11:18:12 +05:30
.md h1,
.md h2,
.md h3,
.md h4,
.md h5,
.md h6 {
2017-08-17 22:00:37 +05:30
margin-top: 17px;
}
2019-07-07 11:18:12 +05:30
.md h1 {
2017-08-17 22:00:37 +05:30
font-size: 30px;
}
2019-07-07 11:18:12 +05:30
.md h2 {
2017-08-17 22:00:37 +05:30
font-size: 22px;
}
2019-07-07 11:18:12 +05:30
.md h3 {
2017-08-17 22:00:37 +05:30
font-size: 18px;
2018-03-17 18:26:18 +05:30
font-weight: 600;
2017-08-17 22:00:37 +05:30
}
2015-04-26 12:48:37 +05:30
2016-06-02 11:05:42 +05:30
header,
nav,
nav.navbar-collapse,
nav.navbar-collapse.collapse,
2018-11-08 19:23:39 +05:30
.nav-sidebar,
2016-06-02 11:05:42 +05:30
.profiler-results,
.tree-ref-holder,
.tree-holder .breadcrumb,
.nav,
.btn,
ul.notes-form,
2021-01-29 00:20:46 +05:30
.ci-status-link::after,
2016-06-02 11:05:42 +05:30
.issuable-gutter-toggle,
.gutter-toggle,
.issuable-details .content-block-small,
.edit-link,
2018-11-08 19:23:39 +05:30
.note-action-button,
.right-sidebar,
.flash-container,
#js-peek {
2017-09-10 17:25:29 +05:30
display: none !important;
}
pre {
page-break-before: avoid;
page-break-inside: auto;
2016-06-02 11:05:42 +05:30
}
.page-gutter {
padding-top: 0;
padding-left: 0;
}
.right-sidebar {
top: 0;
}
2018-11-08 19:23:39 +05:30
a[href]::after {
content: none !important;
}
2021-04-29 21:17:54 +05:30
.with-performance-bar .layout-page {
margin-top: 0;
}
.content-wrapper {
margin-top: 0;
}