_styles.sass 869 Bytes
Newer Older
1 2 3
#page-wrapper
  .cache-toggle
    cursor: pointer
4 5 6 7 8 9 10
  .side-panel
    background-color: white
    left: 70%
    padding: 5px
    position: fixed
    top: 60px
    width: 28%
11 12
    .header
      float: right
13 14 15 16 17
    .corpus-doc-view
      .annotated-field-wrapper
        .annotated-field-runs
          max-height: 200px
          overflow-y: scroll
18 19 20 21
      .list-group
        .list-group-item-heading
          display: inline-block
          width: 60px
22 23 24 25 26 27 28

.simple-layout
  height: 100%
  .spinner
    position: absolute
    left: 50%
    top: 50%
29 30

.table
31 32 33 34
  tr
    td
      .active
        font-weight: bold
35
        text-decoration: underline
36 37 38 39 40 41
      .ngrams-selector
        display: flex
        .ngrams-chooser
          padding: 3px
      .trash
        text-decoration: line-through
42

43 44 45
.action-search
  margin: 10px

46 47
.context-menu
  position: fixed
48 49 50

.search-bar
  margin: 10px