_sw-d.scss 317 B

1234567891011121314151617181920212223242526272829303132
  1. // This file is part of the DITA Open Toolkit project.
  2. //
  3. // Copyright 2016 Eero Helenius
  4. //
  5. // See the accompanying LICENSE file for applicable license.
  6. // block
  7. .msgblock {
  8. }
  9. // inline
  10. .cmdname {
  11. }
  12. .filepath {
  13. font-family: monospace;
  14. }
  15. .msgnum {
  16. }
  17. .msgph {
  18. }
  19. .systemoutput {
  20. }
  21. .userinput {
  22. }
  23. .varname {
  24. }