Recherche des tweets de réponse avec l'API Tweeter
This commit is contained in:
24
resources/sass/dashmix/_print.scss
Normal file
24
resources/sass/dashmix/_print.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
//
|
||||
// Print
|
||||
// --------------------------------------------------
|
||||
|
||||
@media print {
|
||||
#page-container,
|
||||
#main-container {
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
#page-overlay,
|
||||
#page-loader,
|
||||
#page-header,
|
||||
#page-footer,
|
||||
#sidebar,
|
||||
#side-overlay,
|
||||
.block-options {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.block {
|
||||
box-shadow: none !important;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user