mirror of
https://github.com/CharaChorder/DeviceManager.git
synced 2026-01-21 01:12:59 +00:00
feat: chord editing prototype
feat: printing style for layout
This commit is contained in:
16
src/lib/style/print.scss
Normal file
16
src/lib/style/print.scss
Normal file
@@ -0,0 +1,16 @@
|
||||
@media print {
|
||||
.print {
|
||||
visibility: visible;
|
||||
}
|
||||
|
||||
nav {
|
||||
display: none;
|
||||
}
|
||||
|
||||
body {
|
||||
--md-sys-color-background: white !important;
|
||||
--md-sys-color-on-background: black !important;
|
||||
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
@@ -1,6 +1,7 @@
|
||||
@import "./form/button";
|
||||
@import "./form/toggle";
|
||||
@import "./kbd";
|
||||
@import "./print";
|
||||
|
||||
* {
|
||||
box-sizing: border-box;
|
||||
|
||||
Reference in New Issue
Block a user