settings application
.env db params+global settings in admin model ECVI plugin module
This commit is contained in:
34
staticfiles/material/sass/materialize.frontend.print.scss
Normal file
34
staticfiles/material/sass/materialize.frontend.print.scss
Normal file
@@ -0,0 +1,34 @@
|
||||
@media print {
|
||||
*,
|
||||
*:before,
|
||||
*:after,
|
||||
*:first-letter,
|
||||
p:first-line,
|
||||
div:first-line,
|
||||
blockquote:first-line,
|
||||
li:first-line {
|
||||
background: transparent !important;
|
||||
color: #000 !important;
|
||||
box-shadow: none !important;
|
||||
text-shadow: none !important;
|
||||
}
|
||||
|
||||
header, footer,
|
||||
nav .sidenav-trigger,
|
||||
#nav-mobile,
|
||||
.right-panel,
|
||||
.breadcrumbs,
|
||||
.fixed-action-btn,
|
||||
.card-action {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.topbar {
|
||||
padding-left: 25px;
|
||||
}
|
||||
|
||||
.left-panel {
|
||||
flex-basis: 100%;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user