trabajo-afectivo/app/assets/stylesheets/print.scss

62 lines
715 B
SCSS
Raw Normal View History

2016-03-11 14:34:43 +00:00
#app > *:not(.content):not(.active),
2016-03-14 15:44:28 +00:00
#app > .hide {
2016-03-11 14:34:43 +00:00
display: none;
}
2016-03-14 09:28:50 +00:00
.table {
2016-03-14 15:44:28 +00:00
border: 1px solid hsl(0,0%,90%);
}
.table thead tr {
border-bottom: 1px solid hsl(0,0%,90%);
}
/*
Dashboard
=========
*/
2016-03-14 09:28:50 +00:00
.dashboard + .sidebar {
display: none;
}
/*
Ticket Overviews
=================
*/
2016-03-14 09:28:50 +00:00
.bulkAction,
.overviews .checkbox-replacement,
2016-03-14 15:44:28 +00:00
.overviews .overview-header,
.table-checkbox {
display: none;
}
2016-03-11 14:34:43 +00:00
/*
Ticket Zoom
===========
*/
.ticketZoom-controls,
.scrollPageHeader,
.article-new,
.article-actions,
.tabsSidebar,
.attributeBar,
.textBubble-overflowContainer {
display: none;
}
2016-03-14 15:44:28 +00:00
.tabsSidebar-sidebarSpacer {
margin-right: 0;
2016-03-11 14:34:43 +00:00
}
.article-meta .article-meta-key {
display: none;
}