Sha256: 5bb3bddcd8bd6a023b11f63a25d00deaae398e56c4540f334805fc6054e4bb29

Contents?: true

Size: 962 Bytes

Versions: 3

Compression:

Stored size: 962 Bytes

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 other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
**/

html {
  --iro-color-long: lightseagreen;
  --iro-color-short: orange;

  --iro-color-grid1: #ccc;
  --iro-color-grid2: #999;
  --iro-color-bg1: #efefef;
  --iro-color-bg2: #fefefe;
}

/* body {
  color: red !important;
} */

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
iron_warbler-2.0.7.22 app/assets/stylesheets/iron_warbler/application.css
iron_warbler-2.0.7.21 app/assets/stylesheets/iron_warbler/application.css
iron_warbler-2.0.7.20 app/assets/stylesheets/iron_warbler/application.css