Sha256: 11fb5b84fbdeab2a4d7314b216a9284de24e56adba6a1c86ddb373b5d55e0c1b

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 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-sprockets";
@import "bootstrap";
@import "selectize";
@import "selectize.bootstrap3";

body {
  margin-bottom: 20px;
}

#login {
  margin-top: 20px;
}

#scopes {
  margin-bottom: 20px;
}

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

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

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

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

.pagination-entries {
  line-height: 35px;
}

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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
godmin-0.9.5 app/assets/stylesheets/godmin/application.css.scss
godmin-0.9.4 app/assets/stylesheets/godmin/application.css.scss
godmin-0.9.3 app/assets/stylesheets/godmin/application.css.scss
godmin-0.9.2 app/assets/stylesheets/godmin/application.css.scss