Sha256: 4abbae204305d2b22197c6dcb2c6c44bf477b42f5f9002dfa08643b890de9838

Contents?: true

Size: 1.4 KB

Versions: 5

Compression:

Stored size: 1.4 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
 *= require_tree .
 *= require jquery-ui/humanity
*/

@import "bootstrap";
@import "wice_grid";

/*
 * @import "font-awesome"
 */
@import "font-awesome";

ul.nav-pills {
  padding-left: 0;
  .nav-link {
    display: list-item;
    list-style-type: disc;
    margin-left: 12px;
    &.active a {
      color: white
    }
  }
}

body {padding-top: 20px;}
header{padding-bottom: 20px;}
header h1{font-size: 48px;}

.well h2 {margin-bottom: 20px;}

.external-buttons {margin-bottom: 20px;}

input.range-start, input.range-end{width: 100px;}

header h1 {float: left; margin-left: 20px;}
header .example-navigator {float: right; margin-right: 120px}
li.next {margin-left: 10px;}
.clear {clear:both;}

.wice-grid.table-striped tbody tr:nth-child(odd) td.active-filter {
  background-color: #f9f9e9;
}

.wice-grid.table-striped tbody tr td.active-filter {
  background-color: #f9f9e9;
}

footer .sources {float: right;}

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
wice_grid-7.1.4 spec/support/test_app/app/assets/stylesheets/application.scss
wice_grid-7.1.3 spec/support/test_app/app/assets/stylesheets/application.scss
wice_grid-7.1.2 spec/support/test_app/app/assets/stylesheets/application.scss
wice_grid-7.1.1 spec/support/test_app/app/assets/stylesheets/application.scss
wice_grid-7.1.0 spec/support/test_app/app/assets/stylesheets/application.scss