Skip to content

Commit

Permalink
Merge pull request #27 from Victoire/adding-print-style-sheets
Browse files Browse the repository at this point in the history
Adding print stylesheet
  • Loading branch information
paulandrieux authored May 2, 2019
2 parents 7a03386 + 77fb439 commit e6ef7f2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/config/assetic_injector.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"require_all":
{
"javascripts":
{
},
"stylesheets":
{
"print":
[
"@VictoireWidgetButtonBundle/Resources/public/css/print.css"
]
}
}
}
6 changes: 6 additions & 0 deletions Resources/public/css/print.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@

@media print {
.v-widget--button {
display: none;
}
}

0 comments on commit e6ef7f2

Please sign in to comment.