Sha256: 781696d79a805997374a89dd0f7869fcc7c4fa1c0ce044743eefcf3b9b9c93d6

Contents?: true

Size: 1.2 KB

Versions: 1

Compression:

Stored size: 1.2 KB

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require twitter/bootstrap
 *= require ./admin/app
 *= require ./admin/skin-blue
 *= require_self
 */

.navbar-static-top {
  a {
    text-decoration: none;
  }
}

.user-panel {
  padding: 15px;
  .info {
    padding-top: 0;
    padding-left: 0;
    line-height: 0;
  }
}

.error-message {
  color: #dd4b39;
}

.box-body {
  .header {
    font-weight: bold;
  }
}

.page-with-children {
  i:first-child {
    padding: 0 5px 0 0px;
  }
}

.child-pages {
  .active {
    border-top: none;
    table {
      margin-bottom: 0;
    }
    padding: 0;
    padding-left: 15px;
  }
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
geri-0.0.1 app/assets/stylesheets/geri/admin.css.less