mirror of
https://github.com/kevinpapst/kimai2.git
synced 2024-12-22 12:18:29 +00:00
27 lines
534 B
SCSS
27 lines
534 B
SCSS
/*
|
|
* This file is part of the Kimai time-tracking app.
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@media print{
|
|
.sf-toolbar, .control-sidebar {
|
|
display: none !important;
|
|
}
|
|
.col-print-12{
|
|
width:100%;
|
|
}
|
|
.content-wrapper {
|
|
margin: 0!important;
|
|
}
|
|
section.content {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
span i.dot {
|
|
display: none;
|
|
margin-right: 0!important;
|
|
}
|
|
}
|