Skip to content

Commit

Permalink
expand accordion and hide code in print version swiss#450
Browse files Browse the repository at this point in the history
  • Loading branch information
bihorco36 committed Oct 26, 2017
1 parent 069fbb9 commit dab78bc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/assets/sass/print/print-general.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,18 @@ unbedingt Reihenfolge behalten
.visible-print-inline {display: inline !important;}
.visible-print-block {display: block !important;}
.visible-print-inline-block {display: inline-block !important;}

a[data-toggle="collapse"]:before,
a[data-toggle="collapse"][href]:after,
a[data-toggle="collapse"].collapsed:before {
content: none!important;
}

a[data-toggle="collapse"] + div.collapse{
margin-left: 1.2em!important;
display: block!important;
height: 100%!important;
}
}

.print-preview {
Expand Down

0 comments on commit dab78bc

Please sign in to comment.