mirror of
https://github.com/ascribe/onion.git
synced 2025-01-05 11:25:09 +01:00
18 lines
340 B
SCSS
18 lines
340 B
SCSS
@media print {
|
|
@page {
|
|
margin: 1.2cm;
|
|
}
|
|
|
|
.ascribe-default-app {
|
|
padding: 0 !important;
|
|
}
|
|
|
|
// Replace navbar header with ascribe logo
|
|
.ascribe-print-header {
|
|
border-bottom: 1px solid rgba(0, 60, 105, 0.1);
|
|
font-size: 1.2em;
|
|
margin: 0.5em 0;
|
|
text-align: center;
|
|
}
|
|
}
|