Sha256: e8a48238955f1e74042b929ad952c2669a42eea3fa8e62737eaa555c03e0583b

Contents?: true

Size: 1.04 KB

Versions: 9

Compression:

Stored size: 1.04 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 bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any styles
 * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
 * file per style scope.
 *
 *= require_tree .
 *= require_self
 */

@import 'beetstrap';
// Fonts are opt-in
@import 'beetstrap/fonts';
// Grid is opt-in
@import 'beetstrap/grid';

body {
  background-color: #fcfcfc;
  margin: 0;
}

.icon {
  padding: 2px 10px;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

.bg-green {
  background-color: #60AB59;
}

.example {
  border-radius: 4px;
  border: 1px solid $color-gray-light;
  padding: 15px;
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
beetstrap-0.0.10 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.9 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.8 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.7 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.6 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.5 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.4 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.3 test/dummy/app/assets/stylesheets/application.scss
beetstrap-0.0.2 test/dummy/app/assets/stylesheets/application.scss