11 lines
181 B
SCSS
11 lines
181 B
SCSS
/*!
|
|
* SPDX-FileCopyrightText: 2019 F7cloud GmbH and F7cloud contributors
|
|
* SPDX-License-Identifier: AGPL-3.0-or-later
|
|
*/
|
|
|
|
@media print {
|
|
.app-navigation {
|
|
display: none;
|
|
}
|
|
}
|