Sha256: 2183d8f9b0d97447bcfcc11c037fb16c80b2f0107833b3f0e879663246368bcd

Contents?: true

Size: 1.03 KB

Versions: 2

Compression:

Stored size: 1.03 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 vendor/assets/stylesheets of plugins, if any, 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 top of the
 * compiled file, but it's generally better to create a new file per style scope.
 *
 *= require_self
 */

@import "bootstrap";
@import "select2";
@import "select2-bootstrap";

body {
  margin-bottom: 20px;
}

#login {
  margin-top: 20px;
}

#scopes {
  margin-bottom: 20px;
}

#filters {
  .filter {
    min-width: 170px;
  }
}

#actions {
  @include clearfix();
  margin-bottom: 20px;
}

#table {
  td {
    vertical-align: middle;
  }
}

.pagination {
  margin: 0 0 10px 0;
}

.highlight {
  -webkit-animation: highlight 3s;
}

@-webkit-keyframes highlight {
  from {
    background: #fffbcc;
  }
  to {
    background: none;
  }
}

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
godmin-0.9.1 app/assets/stylesheets/godmin/application.css.scss
godmin-0.9.0 app/assets/stylesheets/godmin/application.css.scss