vtenext/themes/softed/scss/style_print.scss
2021-04-28 20:10:26 +02:00

71 lines
1.0 KiB
SCSS

/*************************************
* SPDX-FileCopyrightText: 2009-2020 Vtenext S.r.l. <info@vtenext.com>
* SPDX-License-Identifier: AGPL-3.0-only
************************************/
/* ANYTHEME - PRINTING */
/* Import variables */
@import 'vars/variables';
/* Import colors */
@import 'vars/colors';
/* Import fonts */
@import 'fonts';
body {
font-family: $font-family-base;
}
/* crmv@27236 */
#winMax {
display:none;
}
#winMaxImg {
display:none;
}
div#orange {
display:none;
}
div#vte_menu {
position: absolute;
width:100%;
top: 0px;
left: 0px;
}
/* crmv@27236e */
/* crmv@42801 */
#header_detail_large_link, #header_detail_small_link, .header_detail_options, .DetailViewWidget {
display:none;
}
/* crmv@42801e */
// crmv@145406
#vte_menu {
display: none;
}
#vte_menu_white {
display: none;
}
#DetailViewTabs {
display: none;
}
#turboLiftContainer {
display: none;
}
a[href]:after {
content: none !important;
}
// crmv@145406e