Sha256: b8aa1398b8c208d182dfb605ef7591abd91e7c671854ea82f749e64180102a4b

Contents?: true

Size: 1.16 KB

Versions: 8

Compression:

Stored size: 1.16 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 "bootstrap-datetimepicker";
@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

8 entries across 8 versions & 1 rubygems

Version Path
godmin-0.10.3 app/assets/stylesheets/godmin/index.css.scss
godmin-0.10.2 app/assets/stylesheets/godmin/index.css.scss
godmin-0.10.1 app/assets/stylesheets/godmin/index.css.scss
godmin-0.10.0 app/assets/stylesheets/godmin/index.css.scss
godmin-0.9.9 app/assets/stylesheets/godmin/index.css.scss
godmin-0.9.8 app/assets/stylesheets/godmin/index.css.scss
godmin-0.9.7 app/assets/stylesheets/godmin/index.css.scss
godmin-0.9.6 app/assets/stylesheets/godmin/index.css.scss