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

76 lines
829 B
SCSS
Raw Normal View History

2016-03-11 14:34:43 +00:00
#app > *:not(.content):not(.active),
#app > .hide,
2016-03-14 09:28:50 +00:00
.icon,
.btn,
.avatar {
2016-03-11 14:34:43 +00:00
display: none;
}
2016-03-14 09:28:50 +00:00
.table {
margin: 1em 0;
border: 1px solid;
padding: 1em;
}
/*
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,
.overviews .overview-header {
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;
}
.ticket-title {
font-size: 2em;
}
.ticket-article-item {
margin: 1em 0;
border: 1px solid;
padding: 1em;
}
.article-meta-value {
font-weight: bold;
}
.article-content {
margin: 0.5em 0;
}
.article-meta .article-meta-key {
display: none;
}