Current File : /home/pacjaorg/wpt.pacja.org/wp-content/plugins/quick-event-manager/ui/admin/css/admin.scss |
/*!
* @copyright (c) 2019.
* @author Alan Fuller (support@fullworks)
* @licence GPL V3 https://www.gnu.org/licenses/gpl-3.0.en.html
* @link https://fullworks.net
*
* This file is part of a Fullworks plugin.
*
* This plugin is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This plugin is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this plugin. https://www.gnu.org/licenses/gpl-3.0.en.html
*/
@media print {
.qem-admin-page {
div.fs-notice.success,div.fs-notice.updated,div.fs-notice.promotion{
display: none!important;
}
#wpadminbar {
display: none;
}
#adminmenumain {
display: none;
}
#wpcontent {
margin-left: 0;
}
#wpfooter {
display: none;
}
.notice {
display: none;
}
.select-form-control {
display: none;
}
.bottom-actions {
display: none;
}
.checkbox {
display: none;
}
#qem-widget {
font-size: 75%;
}
.no-print {
display: none;
}
}
}