24 lines
266 B
SCSS
24 lines
266 B
SCSS
@media print {
|
|
@page {
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
padding: 0;
|
|
}
|
|
|
|
header,
|
|
[type="checkbox"] {
|
|
display: none;
|
|
}
|
|
|
|
.war .team__details {
|
|
margin-left: 0;
|
|
color: black;
|
|
font-weight: 400;
|
|
}
|
|
|
|
.war .team.is--hover {
|
|
outline: 0;
|
|
}
|
|
} |