style.scss 334 B

123456789101112131415161718192021
  1. .navbar-header {
  2. .navbar-brand {
  3. display: none;
  4. }
  5. }
  6. .navbar-form {
  7. margin-left: 15px;
  8. }
  9. .navbar-right {
  10. .ui-new, .ui-publish {
  11. display: none;
  12. }
  13. }
  14. .CodeMirror pre.CodeMirror-line {
  15. font-family: Osaka-Mono, 'MS Gothic', Monaco, Menlo, Consolas, 'Courier New', monospace;
  16. font-size: 14px;
  17. line-height: 20px;
  18. }