diff options
Diffstat (limited to 'tests/sass/resources/basic/media.css')
-rw-r--r-- | tests/sass/resources/basic/media.css | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/tests/sass/resources/basic/media.css b/tests/sass/resources/basic/media.css deleted file mode 100644 index f1188835ba..0000000000 --- a/tests/sass/resources/basic/media.css +++ /dev/null @@ -1,27 +0,0 @@ -.v-view { - height: 100%; - width: 100%; - overflow: auto; - outline: none; - margin-top: -1px; - border-top: 1px solid transparent; - position: relative; -} - -@media print { - .v-generated-body { - height: auto; - min-height: 20cm; - overflow: visible; - } - .v-app { - height: auto; - min-height: 20cm; - } - .v-view { - overflow: visible; - } - .v-gridlayout { - overflow: visible !important; - } -}
\ No newline at end of file |