help.scss 963 Bytes
Newer Older
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
1
.documentation-index {
Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
2
  h1 {
Job van der Voort's avatar
Job van der Voort committed
3 4
    margin: 0;
  }
5

Dmitriy Zaporozhets's avatar
Dmitriy Zaporozhets committed
6 7 8 9
  h2 {
    font-size: 20px;
  }

Job van der Voort's avatar
Job van der Voort committed
10
  li {
11 12 13 14 15 16 17
    line-height: 24px;
    color: #888;

    a {
      font-size: 14px;
      margin-right: 3px;
    }
Job van der Voort's avatar
Job van der Voort committed
18 19
  }
}
20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72


.shortcut-mappings {
  font-size: 12px;
  color: #555;

  tbody:first-child tr:first-child {
    padding-top: 0
  }

  th {
    padding-top: 15px;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: left
  }

  td {
    padding-top: 3px;
    padding-bottom: 3px;
    vertical-align: top;
    line-height: 20px
  }

  .shortcut {
    padding-right: 10px;
    color: #999;
    text-align: right;
    white-space: nowrap
  }

  .key {
    @extend .label;
    @extend .label-inverse;
    font: 11px Consolas, "Liberation Mono", Menlo, Courier, monospace;
    padding: 3px 5px;
  }
}

.modal-body {
  position: relative;
  overflow-y: auto;
  padding: 15px;
}

body.modal-open {
  overflow: hidden;
}

.modal .modal-dialog {
  width: 860px;
}