_ui-d.scss 399 B

1234567891011121314151617181920212223242526272829
  1. // This file is part of the DITA Open Toolkit project.
  2. //
  3. // Copyright 2015 Jarno Elovirta
  4. //
  5. // See the accompanying LICENSE file for applicable license.
  6. // block
  7. .screen {
  8. background-color: $screen-bg;
  9. border: outset;
  10. margin-bottom: 2px;
  11. margin-top: 2px;
  12. padding: 5px;
  13. white-space: pre;
  14. }
  15. // inline
  16. .menucascade {
  17. }
  18. .shortcut {
  19. }
  20. .uicontrol {
  21. }
  22. .wintitle {
  23. font-weight: bold;
  24. }