Sha256: 61d9e4f9dba26f402a75583d2a31bddf829a87fd1e589b6a0f4f898688bc0b01

Contents?: true

Size: 1.12 KB

Versions: 3

Compression:

Stored size: 1.12 KB

Contents

/*
 * = require './fonts'
 * = require './bootstrap'
 * = require './admin-lte'
 * = require font-awesome
 * = require_tree
 * = require bootstrap-sortable
 * = require select2
 * = require vis
*/

.spacer-top-10 {
  padding-top: 10px;
}

.spacer-right-3 {
  margin-right: 3px;
}

.nowrap {
  white-space: nowrap;
}

.log {
  font-family: 'Inconsolata';
  white-space: pre-wrap;
}

.no-decorate {
  a {
    color: #444;
  }
}

.display-none {
  display: none;
}

.skin-black .sidebar > .sidebar-menu > li {
  a[name]:hover {
    background-color: #333;
  }

  .active a {
    background: #444;
  }

  .menu-child {
    padding: 0px;
  }

  .menu-child-item {
    > a {
      padding: 12px 5px 12px 35px;
      display: block;
      margin-right: 1px;
      color: #f6f6f6;

      .fa {
        width: 20px;
      }
    }
    > a:hover {
      background: #444;
    }
  }
}

#peek {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
}

.right-button {
  padding-top: 10px;
  padding-right: 25px;
}

.vis-item .vis-item-overflow {
  overflow: visible;
}

.vis-graph-label {
  display: none;
  font-size: 1.3em;
  fill: #666;
}

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kuroko2-0.3.2 app/assets/stylesheets/kuroko2/application.scss
kuroko2-0.3.1 app/assets/stylesheets/kuroko2/application.scss
kuroko2-0.3.0 app/assets/stylesheets/kuroko2/application.scss